gx
queenwuli
2020-12-30 4b80ef278bce475c0748717f4b5ffb8bb4df298b
hive-app/pages/member/index.vue
@@ -179,6 +179,7 @@
         
         // 搜索
         search(val){
            this.$refs.filterDropdownEl.hide();
            this.queryKey = val;
            this.loadMemberList();
         },