Quellcode durchsuchen

报告修改中,附件无法修改问题

lizhenhao vor 2 Jahren
Ursprung
Commit
d50093fb95
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/views/modules/cw/reportManagement/ReportManagementForm.vue

+ 1 - 1
src/views/modules/cw/reportManagement/ReportManagementForm.vue

@@ -1125,7 +1125,7 @@
             }
             this.$refs.enclosure.newUpload(method, data.cwFileInfoList2, 'cwWorkContract', null, null, null, null, false)
             // this.$refs.archiveFile.newUpload(method, data.cwFileInfoList, 'cwWorkContract', null, null, null, null, false)
-            this.$refs.signatureFile.newUpload(method, data.signatureFileList, 'cwWorkContract', null, null, null, null, false)
+            this.$refs.signatureFile.newUpload('view', data.signatureFileList, 'cwWorkContract', null, null, null, null, false)
             this.loading = false
           })
           // this.projectRecordsService.queryById(this.inputForm.id).then(({data}) => {