diff --git a/web/src/views/system/dept/crud.tsx b/web/src/views/system/dept/crud.tsx index dab8edd..0a17687 100644 --- a/web/src/views/system/dept/crud.tsx +++ b/web/src/views/system/dept/crud.tsx @@ -97,38 +97,6 @@ export const createCrudOptions = function ({ crudExpose }: { crudExpose: CrudExp } }, }, - // parent: { - // column: { - // show: false - // }, - // title: '上级部门', - // type: 'dict-tree', - // dict: dict({ - // url: '/api/system/dept/all_dept/', - // value: 'id', - // label: 'name', - // isTree: true, - // getData: async ({ url }: { url: string }) => { - // return request({ - // url: url, - // }).then((ret: any) => { - // return ret.data - // }) - // } - // }), - // form: { - // helper: '默认留空为创建者的部门', - // component: { - // span: 12, - // props: { - // props: { - // value: "id", - // label: "name", - // } - // } - // } - // } - // }, name: { title: '部门名称', sortable: true,