浏览代码

高级查询2修改

zhongxiaoyu 2 年之前
父节点
当前提交
8306be6790
共有 1 个文件被更改,包括 3 次插入3 次删除
  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
   },