This commit is contained in:
bb_pan 2025-11-07 17:14:50 +08:00
parent b084517aeb
commit fafc306476
1 changed files with 3 additions and 3 deletions

View File

@ -912,19 +912,19 @@ export default {
},
unitChange(val){
setTimeout(()=>{
this.GetProData()
// this.GetProData()
},500)
},
//
async GetProData() {
const params = { unitId: this.queryParams.leaseUnitId}
const res = await getProjectList(params)
const res = await getProjectList({})
this.proList = res.data
this.queryParams.leaseProjectId=null
},
proChange(val){
setTimeout(()=>{
this.GetUnitData()
// this.GetUnitData()
},500)
},
//