|
|
@ -206,11 +206,13 @@ export default { |
|
|
|
req.fetchBySid(sid).then((resp) => { |
|
|
|
const data = resp.data |
|
|
|
this.formobj = data |
|
|
|
const aa = [] |
|
|
|
if (this.formobj.commonAppendixs.length > 0) { |
|
|
|
this.formobj.commonAppendixs.forEach((e) => { |
|
|
|
this.imgList.push(e.filePath) |
|
|
|
aa.push(e.filePath) |
|
|
|
}) |
|
|
|
} |
|
|
|
this.imgList = aa |
|
|
|
}).catch((e) => { |
|
|
|
this.formobj = row |
|
|
|
}) |
|
|
|