Commit 474d3433 authored by 涂伟's avatar 涂伟

fix: '维保模板配置预览台账功能修复'

parent 0b07b16e
...@@ -41,7 +41,7 @@ import { ...@@ -41,7 +41,7 @@ import {
} from '@ant-design/icons'; } from '@ant-design/icons';
import styles from './maintenance.less'; import styles from './maintenance.less';
import RuleConfig from '@/components/RuleConfig'; import RuleConfig from '@/components/RuleConfig';
// import { FormRender } from 'panda-xform'; import { FormRender } from 'panda-xform';
import { import {
CM_XWBPlan_AccountTable, CM_XWBPlan_AccountTable,
NewCM_XWBPlan_feedbackTable, NewCM_XWBPlan_feedbackTable,
...@@ -1764,13 +1764,13 @@ const AddModal = props => { ...@@ -1764,13 +1764,13 @@ const AddModal = props => {
bodyStyle={{ height: '700px', overflow: 'scroll' }} bodyStyle={{ height: '700px', overflow: 'scroll' }}
footer={null} footer={null}
> >
{/* <Spin spinning={loading}> <Spin spinning={loading}>
{formJson ? ( {formJson ? (
<FormRender schemaValues={formJson} /> <FormRender schemaValues={formJson} />
) : ( ) : (
<Empty image={Empty.PRESENTED_IMAGE_SIMPLE} style={{ marginTop: '300px' }} /> <Empty image={Empty.PRESENTED_IMAGE_SIMPLE} style={{ marginTop: '300px' }} />
)} )}
</Spin> */} </Spin>
</Modal> </Modal>
</Drawer> </Drawer>
); );
......
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