This commit is contained in:
parent
b084517aeb
commit
fafc306476
|
|
@ -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)
|
||||
},
|
||||
// 分公司下拉
|
||||
|
|
|
|||
Loading…
Reference in New Issue