Преглед на файлове

理赔 提交审核之前走一遍保存接口

Qukatie преди 1 месец
родител
ревизия
f154814bc4
променени са 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: "取消",