瀏覽代碼

Merge branch 'fix_nh_pdf' into debug

yujinwen 5 月之前
父節點
當前提交
dc52e98e2b
共有 1 個文件被更改,包括 2 次插入1 次删除
  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