This commit is contained in:
parent
ef5740c1a6
commit
1ef359d0b5
|
|
@ -867,9 +867,10 @@ export default {
|
||||||
},
|
},
|
||||||
handleSelectPro(val) {
|
handleSelectPro(val) {
|
||||||
console.log('🚀 ~ val:', val)
|
console.log('🚀 ~ val:', val)
|
||||||
this.form.projectUnitId = ''
|
this.form.projectUnitId = null
|
||||||
this.form.unitId = ''
|
this.form.unitId = null
|
||||||
this.departList = null
|
this.departList = []
|
||||||
|
this.uniteList = []
|
||||||
this.getUnitList()
|
this.getUnitList()
|
||||||
this.getListDepart(val.name)
|
this.getListDepart(val.name)
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue