Commit 1970f577 authored by XieZhiXiong's avatar XieZhiXiong

fix: 修复字段取错的问题

parent 0e8c6e5d
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: XieZhiXiong * @Author: XieZhiXiong
* @Date: 2021-06-24 16:19:18 * @Date: 2021-06-24 16:19:18
* @LastEditors: XieZhiXiong * @LastEditors: XieZhiXiong
* @LastEditTime: 2021-07-30 10:06:32 * @LastEditTime: 2021-11-30 19:49:02
* @Description: * @Description:
*/ */
import { ISchema } from '@formily/antd'; import { ISchema } from '@formily/antd';
...@@ -15,7 +15,7 @@ export const querySchema: ISchema = { ...@@ -15,7 +15,7 @@ export const querySchema: ISchema = {
type: 'object', type: 'object',
'x-component': 'mega-layout', 'x-component': 'mega-layout',
properties: { properties: {
name: { commodityName: {
type: 'string', type: 'string',
'x-component': 'Search', 'x-component': 'Search',
'x-component-props': { 'x-component-props': {
......
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