Browse Source

Merge branch 'fix_nh_pdf' into debug

yujinwen 5 months ago
parent
commit
dc52e98e2b
1 changed files with 2 additions and 1 deletions
  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