Browse Source

主管任务照片批量上传

zhujindu 4 tháng trước cách đây
mục cha
commit
98cf8865a6
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/components/uploadVTask.vue

+ 2 - 2
src/components/uploadVTask.vue

@@ -205,8 +205,8 @@ export default {
             urlArr.push({
               fileUrl: val.url,
               id: val.fileId,
-              fileType: val.fileType,
-              fileName: val.fileName,
+              // fileType: val.fileType,
+              // fileName: val.fileName,
               type: this.type,
               index: this.indexImg,
             });