From a6653e19d20a61e7b8f788037d2a4df3f93a4f32 Mon Sep 17 00:00:00 2001
From: queenwuli <942534046@qq.com>
Date: Tue, 12 Jan 2021 16:51:03 +0800
Subject: [PATCH] gx
---
hive-app/pages/workbench/selectCustomer.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hive-app/pages/workbench/selectCustomer.vue b/hive-app/pages/workbench/selectCustomer.vue
index 0833c06..4cb044e 100644
--- a/hive-app/pages/workbench/selectCustomer.vue
+++ b/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;
}
--
Gitblit v1.9.1