Selaa lähdekoodia

高级查询2修改

zhongxiaoyu 2 vuotta sitten
vanhempi
commit
8306be6790
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      src/views/advancedQuery/views/advancedNew.vue

+ 3 - 3
src/views/advancedQuery/views/advancedNew.vue

@@ -405,9 +405,9 @@ export default {
       deep: true
     }
   },
-  // mounted() {
-  //   this.queryHandler(this.$route.query)
-  // },
+  mounted() {
+    this.queryTableData()
+  },
   deactivated() {
     this.loading = false
   },