Browse Source

🐞 fix(提价代码): 提交代码

提交代码
tags/小炒逻辑变更前
txb 2 years ago
parent
commit
fc8b2b9aa3
1 changed files with 2 additions and 6 deletions
  1. +2
    -6
      src/pages/card/machine/index.jsx

+ 2
- 6
src/pages/card/machine/index.jsx View File

@@ -209,6 +209,7 @@ const Machine = () => {
<Select style={{ width: 300 }} value={selectedStore} onChange={(value) => {
setSelectedStore(value);
onFetchGateList(value);
setSelectedGate({});
}}>
{
storeList.map(item => {
@@ -303,12 +304,7 @@ const Machine = () => {
<Form.Item
label="间隔时间"
name="sleepTime"
rules={[
{
required: true,
message: '请输入保护间隔时间!',
},
]}

>
<InputNumber min={0} defaultValue={10} />
</Form.Item>


Loading…
Cancel
Save