Guoxiaohuan hace 5 años
padre
commit
4354011cf2
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. 2 0
      src/views/appeal/index.vue
  2. 1 1
      src/views/evaluate/evIndoorTemperature.vue

+ 2 - 0
src/views/appeal/index.vue

@@ -251,6 +251,8 @@ export default {
               $gte: "20200216000000" //三天以内
             }
           },
+          size:10,
+          page:1,
           withColumns: ["customAttribute"]
         }
       };

+ 1 - 1
src/views/evaluate/evIndoorTemperature.vue

@@ -75,7 +75,7 @@ export default {
         tooltip: {
           trigger: "axis",
           axisPointer: {
-            type: "cross"
+            type: "shadow"
           }
         },
         grid: {