feat:部门选择
This commit is contained in:
@@ -8,7 +8,8 @@ const defaultState = () => ({
|
||||
selectedCompanyId: null,
|
||||
selectedDeptId: null,
|
||||
onConfirm: null,
|
||||
onCancel: null
|
||||
onCancel: null,
|
||||
showSelectDept: false
|
||||
})
|
||||
|
||||
const companyDeptStore = defineStore({
|
||||
|
||||
Reference in New Issue
Block a user