This commit is contained in:
bb_pan 2025-03-24 15:27:28 +08:00
parent cccf5ade97
commit f7033c004a
1 changed files with 11 additions and 0 deletions

View File

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