|
@@ -98,7 +98,7 @@
|
|
|
options,
|
|
|
showArrow: true,
|
|
|
onChange: async (value: string) => {
|
|
|
- officeStore.getStaffWithCategoryIdAction({ categoryId: value })
|
|
|
+ officeStore.getStaffWithCategoryIdAction({ category: value })
|
|
|
const formRef = formElRef.value
|
|
|
formRef?.setFieldsValue({ staffId: '' })
|
|
|
}
|