Commit b12e70c7 authored by 彭俊龙's avatar 彭俊龙

feat:formrender注释取消

parent 3af890d3
Pipeline #96681 failed with stages
......@@ -36,7 +36,7 @@ import imgStart from '@/assets/images/workFlow/nodeStart.png';
import styles from './index.less';
import * as go from 'gojs';
import { isObject } from 'lodash';
// import { FormRender } from 'panda-xform';
import { FormRender } from 'panda-xform';
const days = moment().daysInMonth();
const allDays = [...Array.from({ length: days + 1 }, (_, i) => i + 1)];
const weeks = ['星期一', '星期二', '星期三', '星期四', '星期五', '星期六', '星期天'];
......@@ -2042,7 +2042,7 @@ const CaseModify = props => {
onOk={onOK}
destroyOnClose
>
{/* <FormRender schemaValues={schemaValues} ref={formRef} /> */}
<FormRender schemaValues={schemaValues} ref={formRef} />
</Modal>
<RuleConfig
RuleContent={ruleContent.current}
......
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