pref: 网元授权页面的组件重构

This commit is contained in:
TsMask
2024-05-07 10:28:14 +08:00
parent 6d9d7362a4
commit ed4d556384
2 changed files with 80 additions and 292 deletions

View File

@@ -120,7 +120,8 @@ function fnModalOk() {
content: t('common.operateOk'),
duration: 3,
});
emit('ok', from);
// 返回无引用信息
emit('ok', JSON.parse(JSON.stringify(from)));
fnModalCancel();
} else {
message.error({