This commit is contained in:
六如
2024-10-11 09:59:52 +08:00
parent cff2ee120b
commit 35b3e6489d
13 changed files with 307 additions and 55 deletions

View File

@@ -77,7 +77,7 @@ export const showKeysFormColumns: PlusFormGroupRow[] = [
export const viewKeys = (row: any) => {
const params = {
isvInfoId: row.id
isvId: row.id
};
api.viewKeys(params).then(resp => {
showKeysFormData.value = resp.data;