From cd3fc1f20ad7123b89a6ab1c07e1abdaebf3aeba Mon Sep 17 00:00:00 2001
From: chendaze <1824191732@qq.com>
Date: Mon, 25 Mar 2024 10:30:28 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E7=94=A8=E6=88=B7?=
=?UTF-8?q?=E6=A8=A1=E5=9D=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/admin/customer.js | 8 +++++++
src/views/system/modules/UserModal.vue | 32 ++++++++++++++------------
2 files changed, 25 insertions(+), 15 deletions(-)
diff --git a/src/api/admin/customer.js b/src/api/admin/customer.js
index 937b8ef..a9b7e51 100644
--- a/src/api/admin/customer.js
+++ b/src/api/admin/customer.js
@@ -32,6 +32,14 @@ export function getStaffListNotId (parameter) {
})
}
+export function getStaffListByUser (parameter) {
+ return axios({
+ url: api.icsCustomerStaff + '/getStaffListByUser',
+ method: 'get',
+ params: parameter
+ })
+}
+
export function updateStaff (parameter) {
return axios({
url: api.icsCustomerStaff + '/update',
diff --git a/src/views/system/modules/UserModal.vue b/src/views/system/modules/UserModal.vue
index 131b090..8c61bf8 100644
--- a/src/views/system/modules/UserModal.vue
+++ b/src/views/system/modules/UserModal.vue
@@ -67,11 +67,7 @@
{{ item.text }}
-
-
-
-
-
+
-
- {{ d.mobile }}
+
+ {{item-username}} -{{ item.mobile }}
@@ -101,7 +97,7 @@