This commit is contained in:
bb_pan 2025-11-17 17:29:36 +08:00
parent ef5740c1a6
commit 1ef359d0b5
1 changed files with 4 additions and 3 deletions

View File

@ -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)
}, },