xwt
2025-11-13 252915c14e8d8ba92f2f41635a1c802c4503e52a
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 || "提交失败,请重试");
          });
        }
      },