Browse Source

修改排序

“yueshang” 1 năm trước cách đây
mục cha
commit
b7fc801fa7
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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: {
     /** 排序触发事件 */