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

台账属性面板去除时间筛选,新建节点默认关闭允许抄送

parent 754b65a2
Pipeline #95308 failed with stages
......@@ -822,16 +822,16 @@ const BookConfigNew = props => {
<Select style={{ width: 100 }} options={pagingOptions} />
</Form.Item>
</Col>
<Col span={3}>
{/* <Col span={3}>
<Form.Item
{...switchLayout}
valuePropName="checked"
label="时间筛选"
name="EnableTimeFilter"
>
<Switch checkedChildren="是" unCheckedChildren="否" />
<Switch checkedChildren="是" unCheckedChildren="否" disabled/>
</Form.Item>
</Col>
</Col> */}
<Col span={3}>
<Form.Item
{...switchLayout}
......
......@@ -412,7 +412,7 @@ const FlowChart = props => {
ExtendPageList: [],
FlowNodeBackfillConfigs: [],
FlowTimerList: [],
TurnOnCc: 1,
TurnOnCc: 0,
NodeAliasName: '',
TableName: '',
Fields: '',
......
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