浏览代码

上传附件

yuhan 2 年之前
父节点
当前提交
40a6452343
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      itdmWeb/src/views/module-iTDM/gongdanshuju/ItdmGongdanShujuList2.vue

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

@@ -434,7 +434,9 @@ export default {
         // 上传附件打开
         submitFJ(){
           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;
           })
         },