Commit e543b64e authored by 涂伟's avatar 涂伟

fix: '运维维保方案反馈表预览bug修复'

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