设备清单保存时解决提示两次成功
This commit is contained in:
parent
5818735df2
commit
de0d6379d3
|
|
@ -368,8 +368,6 @@ async function submitForm() {
|
|||
console.log("共提交条数:", submitRecords.length);
|
||||
|
||||
await batchSave(submitRecords);
|
||||
|
||||
createMessage.success('提交成功');
|
||||
emit('ok');
|
||||
} catch (error) {
|
||||
createMessage.error('提交失败');
|
||||
|
|
|
|||
Loading…
Reference in New Issue