cxmo 1 year ago
parent
commit
ab8fd4b989
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/mychart_manage/components/chartDetailDia.vue

+ 3 - 0
src/views/mychart_manage/components/chartDetailDia.vue

@@ -1202,6 +1202,9 @@ export default {
         : typeChartParam;
         : typeChartParam;
         
         
         if(![7,10,11].includes(this.selected_chartType)){
         if(![7,10,11].includes(this.selected_chartType)){
+            const {
+                min,max,rightMin,rightMax,rightTwoMin,rightTwoMax
+            } = this.chartLimit
             params = {
             params = {
                 ...params,
                 ...params,
                 LeftMin:min+'',
                 LeftMin:min+'',