pages/QC/XJ/Add.vue
@@ -956,10 +956,15 @@ userNo: this.$loginInfo.account } }).then(res => { if (res.data.tbBillList) { if (res.status === 0 && res.data && res.data.tbBillList) { this.$showMessage("提交成功"); this.init(); } else { this.$showMessage(res.message || "提交失败"); } }).catch(err => { console.error("提交检验失败:", err); this.$showMessage(err.message || "提交失败,请重试"); }); } },