Explorar o código

Merge branch 'fix_nh_pdf' into debug

yujinwen hai 8 meses
pai
achega
dc52e98e2b
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/CustomElement/EtaChart.ce.vue

+ 2 - 1
src/CustomElement/EtaChart.ce.vue

@@ -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