Commit 8b9bff2b authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

🐞 fix: 修改立即截止报价

parent 234196c3
......@@ -231,7 +231,6 @@ const ModalOperate: React.FC<IProps> = (props: any) => {
} else {
params.password = value.password;
}
return
fetch({ id, ...params }).then(res => {
if (res.code === 1000) {
onOk && onOk()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment