修复中禁用返回按钮

This commit is contained in:
ut002528 2022-04-08 17:51:12 +08:00
parent 4b61b1e1f1
commit 8a8b6d5c69
2 changed files with 4 additions and 4 deletions

View File

@ -164,7 +164,7 @@ const Cvetable=(params)=> {
<Col span={11}>
<Row className="allbtn">
<Col><Button type="primary" onClick={repair}>一键修复</Button></Col>
<Col style={{'line-height':'58px'}}><Button disabled={flags} onClick={cancel} style={{'margin-right':'10px'}}>取消</Button></Col>
<Col style={{'line-height':'58px'}}><Button disabled={flags} onClick={cancel} style={{'margin-right':'10px'}}>返回</Button></Col>
</Row>
</Col>
</Row>

View File

@ -61,7 +61,7 @@ const token = localStorage.getItem('token');
});
msg.data.data = [...msg.data.hosts_datail];
return msg.data;
};
}
export async function getOneById(id,options) {
@ -80,7 +80,7 @@ const token = localStorage.getItem('token');
setdata:msg.data.software,
};
};
}
@ -95,7 +95,7 @@ const token = localStorage.getItem('token');
});
return msg;
};
}
export async function manyApi(body, options) {