F 修复常规发布文件过滤规则无法切换的问题

pull/22/head
vapao 2020-01-19 01:23:38 +08:00
parent ef926ace94
commit a5f6c40617
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class Ext1Setup3 extends React.Component {
<Radio.Group
style={{marginLeft: 20}}
value={props.type}
onChange={e => store.record['filter_rule']['type'] = e.target.value}>
onChange={e => store.deploy['filter_rule']['type'] = e.target.value}>
<Radio value="contain">包含</Radio>
<Radio value="exclude">排除</Radio>
</Radio.Group>