Parcourir la source

Merge branch 'dev' of http://94.191.59.107:3000/wukai/lzga-doc into dev

yxc il y a 2 ans
Parent
commit
2e9ccb5691
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      src/views/doc/info/index.vue

+ 4 - 4
src/views/doc/info/index.vue

@@ -311,10 +311,10 @@
       },
       /** 搜索按钮操作 */
       handleQuery() {
-        const para = {
-          tagId: 123
-        }
-        this.queryParams.params = para;
+        // const para = {
+        //   tagId: 123
+        // }
+        // this.queryParams.params = para;
         this.queryParams.pageNum = 1;
         this.getList();
       },