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