This commit is contained in:
bb_pan 2025-11-21 16:48:54 +08:00
parent 1e278e4b84
commit 1f05e4d21d
1 changed files with 2 additions and 0 deletions

View File

@ -790,6 +790,8 @@ export default {
/** 项目部变化 */ /** 项目部变化 */
async onDepartChange(value) { async onDepartChange(value) {
this.maForm.projectId = null
this.maForm.unitId = null
if (!value) return if (!value) return
this.projectInfoList() this.projectInfoList()
}, },