浏览代码

Merge remote-tracking branch 'origin/ecp' into ecp

纪新园 1 月之前
父节点
当前提交
a8160ec2b8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/claimSettlement/detailsPage.vue

+ 1 - 0
src/views/claimSettlement/detailsPage.vue

@@ -442,6 +442,7 @@ export default {
             if (this.form.claimAttachmentList.length == 1) return this.$message.error("请上传轮胎DOT");
             if (this.form.claimAttachmentList.length == 2) return this.$message.error("请上传花纹深度");
             if (this.form.claimAttachmentList.length == 3) return this.$message.error("请上传鼓包处照片");
+            submit(this.form)
             this.$confirm("是否提交审批?", "提示", {
               confirmButtonText: "确定",
               cancelButtonText: "取消",