hive-app/pages/member/selectCustomer.vue
@@ -63,7 +63,7 @@ loadMemberList(){ this.$httpUtils.request('/api/vip/findVipInfoList', { queryKey: this.queryKey }, 'POST').then((res) => { }, 'POST', {isShowLoad: true}).then((res) => { if(res.status == 200){ this.list = res.rows.map((item) => { let index = this.selectItems.findIndex((op) => {