单位工程下拉修改

This commit is contained in:
hongchao 2026-01-28 15:56:14 +08:00
parent 40523d5595
commit 2c9626ba56
2 changed files with 2 additions and 2 deletions

View File

@ -947,7 +947,7 @@ export default {
//
async GetProData() {
const params = { unitId: this.queryParams.leaseUnitId}
const res = await getProData({})
const res = await getProData(params)
this.proList = res.data
this.queryParams.leaseProjectId=null
},

View File

@ -308,7 +308,7 @@ export default {
const params = {
// projectId: this.queryParams.proId /* */,
}
const res = await getProData(params)
const res = await getUnitData()
this.unitList = res.data
},
unitChange(val){