This commit is contained in:
parent
cccf5ade97
commit
f7033c004a
|
|
@ -749,6 +749,17 @@ export default {
|
||||||
this.queryParams.remark = data.remark
|
this.queryParams.remark = data.remark
|
||||||
this.leaseApplyDetails = res.data.backApplyDetails
|
this.leaseApplyDetails = res.data.backApplyDetails
|
||||||
this.GetDeviceTypeTreeFn(data.agreementId, data.id)
|
this.GetDeviceTypeTreeFn(data.agreementId, data.id)
|
||||||
|
if (this.leaseApplyDetails.length > 0) {
|
||||||
|
this.leaseApplyDetails.forEach((e) => {
|
||||||
|
if (e.fileList.length > 0) {
|
||||||
|
e.fileList.forEach(item => {
|
||||||
|
item.url = item.fileUrl
|
||||||
|
item.name = item.fileName
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
// 获取 任务详情数据
|
// 获取 任务详情数据
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue