@@ -31,7 +31,8 @@ async function getChartData(){
}
try {
const res=await chartInfoByCode({
- UniqueCode:params.code
+ UniqueCode:params.code,
+ IsReplace:1
})
if(res.Ret!==200) return
chartInfo.value=res.Data.ChartInfo