From fb3ec146a9e1444ece749d0bcf232a554e933fb0 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 17 五月 2022 22:56:16 +0800 Subject: [PATCH] Merge branch 'develop' --- src/templates/zshare/unattended/settingform/index.jsx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/templates/zshare/unattended/settingform/index.jsx b/src/templates/zshare/unattended/settingform/index.jsx index b8b2e47..e30dd8d 100644 --- a/src/templates/zshare/unattended/settingform/index.jsx +++ b/src/templates/zshare/unattended/settingform/index.jsx @@ -13,7 +13,7 @@ state = { enable: this.props.autoMatic.enable, - onFinish: this.props.autoMatic.onFinish || 'over' + onFinish: this.props.autoMatic.onFinish || 'restart' } handleConfirm = () => { @@ -134,11 +134,11 @@ {enable === 'true' ? <Col span={12}> <Form.Item label="瀹屾垚鍚�"> {getFieldDecorator('onFinish', { - initialValue: autoMatic.onFinish || 'over', + initialValue: autoMatic.onFinish || 'restart', })( <Radio.Group onChange={(e) => this.setState({onFinish: e.target.value})}> - <Radio value="over">缁撴潫</Radio> <Radio value="restart">閲嶆柊鍚姩</Radio> + <Radio value="over">缁撴潫</Radio> </Radio.Group> )} </Form.Item> -- Gitblit v1.8.0