“yueshang” hace 1 año
padre
commit
b7fc801fa7
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      src/views/biz/bluetoothINfo/index.vue
  2. 1 1
      src/views/biz/wifiInfo/index.vue

+ 1 - 1
src/views/biz/bluetoothINfo/index.vue

@@ -348,7 +348,7 @@ export default {
     };
   },
   created() {
-    this.getList();
+    this.handleSortChange();
   },
   mounted() {},
   methods: {

+ 1 - 1
src/views/biz/wifiInfo/index.vue

@@ -355,7 +355,7 @@ export default {
     };
   },
   created() {
-    this.getList();
+    this.handleSortChange();
   },
   methods: {
     /** 排序触发事件 */