From dbf5bb967a22cb5e8da9ab5a3483f742a95747d5 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Mon, 21 Dec 2020 20:10:30 +0800 Subject: [PATCH] modify --- 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