Karsa 1 year ago
parent
commit
9bb7afc2c3
2 changed files with 2 additions and 0 deletions
  1. 1 0
      src/views/chartETA/ChartDetail.vue
  2. 1 0
      src/views/myETA/ChartDetail.vue

+ 1 - 0
src/views/chartETA/ChartDetail.vue

@@ -439,6 +439,7 @@ function saveChart(){
             }
             break
         case 7:
+        case 11:
             type_param = {
               DateType: 6,
               LeftMin: String(axisLimitState.leftMin),

+ 1 - 0
src/views/myETA/ChartDetail.vue

@@ -590,6 +590,7 @@ function saveChartHandle(){
             }
             break
         case 7:
+        case 11:
             type_param = {
               DateType: 6,
               LeftMin: String(axisLimitState.leftMin),