hive-app/pages/workbench/selectCustomer.vue
@@ -68,7 +68,7 @@ queryKey: this.queryKey, sort: this.sort }, this.filterKeys) this.$httpUtils.request('/api/vip/findVipInfoList', parma, 'POST').then((res) => { this.$httpUtils.request('/api/vip/findVipInfoList', parma, 'POST', {isShowLoad: true}).then((res) => { if(res.status == 200){ this.list = res.rows; }