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

修改 pc端理赔上传的图片 在app不显示的问题

Qukatie преди 3 седмици
родител
ревизия
da03f5b72a
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      src/views/claimSettlement/detailsPage.vue

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

@@ -490,6 +490,9 @@ 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("请上传鼓包处照片");
+          this.form.claimAttachmentList.forEach((item, index) => {
+            item.fileProperties = index + 1;
+          });
           const loading = this.$loading({
             lock: true,
             text: "加载中",