eims-ui/apps/web-antd/src/views/eims/spare-out/data.tsx
@@ -84,6 +84,8 @@ } ]; export const drawerSchema: FormSchemaGetter = () => [ { component: 'Input', @@ -118,6 +120,17 @@ label: '客户' }, { component: 'Input', fieldName: 'openSpare', label: '选择备件', formItemClass: 'col-span-1 w-[80px]' }, { component: 'Input', fieldName: 'outSpareList', label: '' }, { component: 'TreeSelect', // 在drawer里更新 这里不需要默认的componentProps defaultValue: undefined,