queenwuli
2021-01-13 6e54af776db885ad1a22ec582bdc97d7e1273c6c
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) => {