Browse Source

工程总览和列表切换

maxiaoxiao 6 tháng trước cách đây
mục cha
commit
d94c607caf
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      src/views/LandConsolidation/index.vue

+ 1 - 2
src/views/LandConsolidation/index.vue

@@ -177,8 +177,7 @@ export default {
         this.$refs.sdgk.getData();
         this.$refs.qhdb.getData();
       }
-      // if (val == 1) this.$refs.qhdb.changeForm();
-      // if (val == 1) this.$refs.list.searchFun();
+      if (val == 1) this.$refs.list.searchFun();
       if (val == 2) this.$refs.xzgd.getData();
     },
   },