Commit 6dfe65ee by 张恒

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

- 注释掉 parentId 字段配置
- 保留位置类型等其他字段配置
- 简化表单字段结构
parent 2b6e2ef0
...@@ -8,7 +8,7 @@ export const searchFormSchema: FormSchema[] = [ ...@@ -8,7 +8,7 @@ export const searchFormSchema: FormSchema[] = [
defaultValue: undefined, defaultValue: undefined,
component: 'Input', component: 'Input',
}, },
{ /* {
field: 'parentId', field: 'parentId',
label: '上级位置', label: '上级位置',
defaultValue: undefined, defaultValue: undefined,
...@@ -33,7 +33,7 @@ export const searchFormSchema: FormSchema[] = [ ...@@ -33,7 +33,7 @@ export const searchFormSchema: FormSchema[] = [
showSearch: true, showSearch: true,
getPopupContainer: () => document.body, getPopupContainer: () => document.body,
}, },
}, },*/
{ {
field: 'locationType', field: 'locationType',
label: '位置类型', 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