Commit 6dfe65ee by 张恒

refactor(ckwz): 移除位置配置中的上级位置字段

- 注释掉 parentId 字段配置
- 保留位置类型等其他字段配置
- 简化表单字段结构
parent 2b6e2ef0
......@@ -8,7 +8,7 @@ export const searchFormSchema: FormSchema[] = [
defaultValue: undefined,
component: 'Input',
},
{
/* {
field: 'parentId',
label: '上级位置',
defaultValue: undefined,
......@@ -33,7 +33,7 @@ export const searchFormSchema: FormSchema[] = [
showSearch: true,
getPopupContainer: () => document.body,
},
},
},*/
{
field: 'locationType',
label: '位置类型',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment