From 1de8d61a544e889ef4a8ed86d438f55994216cd1 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Tue, 22 Dec 2020 11:46:45 +0800
Subject: [PATCH] finish api findVipInfoList
---
zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/vip.html | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/vip.html b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/vip.html
index 001b3c0..bb31054 100644
--- a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/vip.html
+++ b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/vip.html
@@ -734,6 +734,9 @@
// 请求会员信息
vipInfoFn(key) {
let _this = this;
+ if (!key) {
+ key = _this.vipInfo.phone;
+ }
// 请求用户信息
$.AjaxProxy({
p: {
@@ -763,6 +766,9 @@
_this.tags.tags = data.labels;
_this.projTableQueryFn();
+ _this.serviceOrderTableQueryFn();
+ _this.orderTableDataQueryFn();
+ _this.skinCheckTableDataQueryFn();
});
},
addLabelFn(key) {
--
Gitblit v1.9.1