Sfoglia il codice sorgente

高级查询2修改

zhongxiaoyu 2 anni fa
parent
commit
8306be6790
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  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
   },