From f76c9c5beb39916771402de95f05be18f39a9db6 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Thu, 17 Dec 2020 14:34:33 +0800
Subject: [PATCH] finish vip_detail vipInfo fn

---
 zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html
index b2497b0..8168b3b 100644
--- a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html
+++ b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html
@@ -566,7 +566,7 @@
             //获取用户列表
             AjaxProxy.requst({
                 app: _this,
-                url: basePath + '/admin/getShopStaffByRoleName?roleName=美疗师',
+                url: basePath + '/admin/shopAll',
                 callback: function (data) {
                     _this.userList = data.rows;
                 }

--
Gitblit v1.9.1