|
|
@@ -11,7 +11,7 @@ import {
|
|
|
} from '@/service/api';
|
|
|
import { fetchGetChannelList } from '@/service/api/goods-center/store-goods';
|
|
|
import { fetchGetDictDataList } from '@/service/api/system-manage';
|
|
|
-import { fetchGetDepartmentList } from '@/service/api/system-department';
|
|
|
+// import { fetchGetDepartmentList } from '@/service/api/system-department';
|
|
|
import imgs from '@/assets/imgs/logo.png';
|
|
|
import { useTable } from '@/components/zt/Table/hooks/useTable';
|
|
|
import { $t } from '@/locales';
|
|
|
@@ -183,20 +183,20 @@ const [registerModalForm, { openModal, closeModal, getFieldsValue, setFieldsValu
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
-
|
|
|
- {
|
|
|
- field: 'deptId',
|
|
|
- label: '归属部门',
|
|
|
- component: 'ApiTreeSelect',
|
|
|
- required: true,
|
|
|
- componentProps: {
|
|
|
- api: fetchGetDepartmentList,
|
|
|
- labelFeild: 'name',
|
|
|
- valueFeild: 'id',
|
|
|
- immediate: true,
|
|
|
- resultFeild: 'data'
|
|
|
- }
|
|
|
- },
|
|
|
+ //
|
|
|
+ // {
|
|
|
+ // field: 'deptId',
|
|
|
+ // label: '归属部门',
|
|
|
+ // component: 'ApiTreeSelect',
|
|
|
+ // required: true,
|
|
|
+ // componentProps: {
|
|
|
+ // api: fetchGetDepartmentList,
|
|
|
+ // labelFeild: 'name',
|
|
|
+ // valueFeild: 'id',
|
|
|
+ // immediate: true,
|
|
|
+ // resultFeild: 'data'
|
|
|
+ // }
|
|
|
+ // },
|
|
|
{
|
|
|
field: 'email',
|
|
|
label: '邮箱',
|