Browse Source

fix: 销售办事处联想销售负责人

lanjianrong 2 years ago
parent
commit
52728a2614
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/dashboard/workbench/index.vue

+ 1 - 1
src/views/dashboard/workbench/index.vue

@@ -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: '' })
             }