mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
5.0
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user