From eec619b6e3339e9999a7a1c2c5454cef5d763b24 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 29 四月 2022 18:38:55 +0800 Subject: [PATCH] 2022-04-29 --- 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