修复委托单加载中
This commit is contained in:
@@ -1681,6 +1681,7 @@ function refreshPriceSnapshotConditional(){
|
|||||||
}
|
}
|
||||||
const rrEl = document.getElementById(`order-rr-${o.id}`);
|
const rrEl = document.getElementById(`order-rr-${o.id}`);
|
||||||
if(rrEl) rrEl.innerText = formatRrRatio(o.rr_ratio);
|
if(rrEl) rrEl.innerText = formatRrRatio(o.rr_ratio);
|
||||||
|
paintExchangeTpslRow(o.id, o.exchange_tpsl || {});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}).catch(()=>{});
|
}).catch(()=>{});
|
||||||
|
|||||||
@@ -1696,6 +1696,7 @@ function refreshPriceSnapshotConditional(){
|
|||||||
}
|
}
|
||||||
const rrEl = document.getElementById(`order-rr-${o.id}`);
|
const rrEl = document.getElementById(`order-rr-${o.id}`);
|
||||||
if(rrEl) rrEl.innerText = formatRrRatio(o.rr_ratio);
|
if(rrEl) rrEl.innerText = formatRrRatio(o.rr_ratio);
|
||||||
|
paintExchangeTpslRow(o.id, o.exchange_tpsl || {});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}).catch(()=>{});
|
}).catch(()=>{});
|
||||||
|
|||||||
Reference in New Issue
Block a user