|
@@ -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;
|
|
|
})
|
|
|
},
|