fix: 物联网卡导入

This commit is contained in:
100011797 2023-03-29 20:20:24 +08:00
parent 43a8d39655
commit 542f201175
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ const handleCancel = () => {
};
const handleOk = () => {
modelRef.configId = undefined;
emit('save', true);
};