Browse Source

上传附件

yuhan 2 years ago
parent
commit
40a6452343

+ 3 - 1
itdmWeb/src/views/module-iTDM/gongdanshuju/ItdmGongdanShujuList2.vue

@@ -434,7 +434,9 @@ export default {
         // 上传附件打开
         // 上传附件打开
         submitFJ(){
         submitFJ(){
           getUpload({woId: this.queryParam.woId}).then(res => {
           getUpload({woId: this.queryParam.woId}).then(res => {
-            console.log(res)
+            console.log(res.result)
+            this.fileList = res.result.split(',')
+            console.log(this.fileList)
             this.visible = true;
             this.visible = true;
           })
           })
         },
         },