qinhouyu 1 年間 前
コミット
5005e1f040
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/views/zdsz/house/index.vue

+ 2 - 2
src/views/zdsz/house/index.vue

@@ -346,8 +346,8 @@ export default {
     /** 搜索按钮操作 */
     handleQuery() {
       this.queryParams.pageNum = 1;
-      this.builds = []
-      this.units = []
+      // this.builds = []
+      // this.units = []
       this.getList();
     },
     /** 重置按钮操作 */