From 4c47534eda0702136016312666b46578bfb6368b Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Sun, 20 Dec 2020 16:30:39 +0800 Subject: [PATCH] Merge branch 'ty_urgent' into test --- 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