Преглед изворни кода

主管任务照片批量上传

zhujindu пре 4 месеци
родитељ
комит
98cf8865a6
1 измењених фајлова са 2 додато и 2 уклоњено
  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,
             });