This commit is contained in:
zhouzy062 2024-02-29 16:11:48 +08:00
parent bc79ea26ab
commit c29db53cc7
1 changed files with 5 additions and 3 deletions

View File

@ -493,10 +493,12 @@ export default {
const data = res.data.rows[0]
this.queryParams.unitId = data.unitId
this.queryParams.proId = data.projectId
this.queryParams.leaseApplyInfo.phone = data.leaseApplyInfo.phone
this.queryParams.leaseApplyInfo.backPerson = data.leaseApplyInfo.backPerson
this.queryParams.phone = data.phone
this.queryParams.backPerson = data.backPerson
this.queryParams.backTime = data.backTime
this.queryParams.agreementCode = data.agreementCode
this.queryParams.leaseApplyInfo.remark = data.leaseApplyInfo.remark
this.queryParams.remark = data.remark
this.leaseApplyDetails = res.rows.map(item => {
return this.handelEchoData(item)