设备清单保存时解决提示两次成功

This commit is contained in:
1378012178@qq.com 2026-04-24 15:46:38 +08:00
parent 5818735df2
commit de0d6379d3
1 changed files with 0 additions and 2 deletions

View File

@ -368,8 +368,6 @@ async function submitForm() {
console.log("共提交条数:", submitRecords.length);
await batchSave(submitRecords);
createMessage.success('提交成功');
emit('ok');
} catch (error) {
createMessage.error('提交失败');