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