mirror of https://github.com/openspug/spug
F 修复常规发布文件过滤规则无法切换的问题
parent
ef926ace94
commit
a5f6c40617
|
@ -43,7 +43,7 @@ class Ext1Setup3 extends React.Component {
|
||||||
<Radio.Group
|
<Radio.Group
|
||||||
style={{marginLeft: 20}}
|
style={{marginLeft: 20}}
|
||||||
value={props.type}
|
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="contain">包含</Radio>
|
||||||
<Radio value="exclude">排除</Radio>
|
<Radio value="exclude">排除</Radio>
|
||||||
</Radio.Group>
|
</Radio.Group>
|
||||||
|
|
Loading…
Reference in New Issue