Commit eb81dace authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix:

parent 971b1a10
......@@ -46,6 +46,10 @@ const AddRule:React.FC<{}> = (props) => {
params.type = dataSource[0].type
})
if(params?.time) {
params.time = Number(params.time)
}
let res: any = {}
if(pageStatus === PageStatus.EDIT){
res = await PublicApi.postOrderTradingRulesUpdata(params)
......
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