feat:部门选择

This commit is contained in:
houjunxiang
2025-12-01 17:02:40 +08:00
parent 298503fec8
commit b7a94c91fe
3 changed files with 12 additions and 3 deletions

View File

@@ -8,7 +8,8 @@ const defaultState = () => ({
selectedCompanyId: null,
selectedDeptId: null,
onConfirm: null,
onCancel: null
onCancel: null,
showSelectDept: false
})
const companyDeptStore = defineStore({