li-guang
2021-01-05 01b55d7e82c3b13554a412e9c5be0fc96a4906a3
hive-app/pages/member/index.vue
@@ -30,6 +30,7 @@
                  </view>
               </view>
            </navigator>
            <no-record :isShow="!list.length"></no-record>
         </view>
         <indexed-list></indexed-list>
      </view>
@@ -178,6 +179,7 @@
         
         // 搜索
         search(val){
            this.$refs.filterDropdownEl.hide();
            this.queryKey = val;
            this.loadMemberList();
         },