From 474e12f0e1678222f6c80d19a64d47a923957847 Mon Sep 17 00:00:00 2001
From: WindowBird <13870814+windows-bird@user.noreply.gitee.com>
Date: Wed, 12 Nov 2025 11:56:39 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E5=88=97=E8=A1=A8=E5=8D=A1?=
=?UTF-8?q?=E7=89=87=E5=BA=95=E9=83=A8=E6=8C=89=E9=92=AE=E5=8A=9F=E8=83=BD?=
=?UTF-8?q?=E8=B0=83=E6=95=B4=EF=BC=8C=E5=AE=A2=E6=88=B7=E8=AF=A6=E6=83=85?=
=?UTF-8?q?=E4=BF=A1=E6=81=AF=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/CustomerManagement.vue | 4 ++--
pages/customer/detail/index.vue | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/components/CustomerManagement.vue b/components/CustomerManagement.vue
index eb632d6..7be3daa 100644
--- a/components/CustomerManagement.vue
+++ b/components/CustomerManagement.vue
@@ -372,7 +372,7 @@ watch(filterStatus, () => {
if (filterStatus.value === '') {
// 重置分页状态
reset();
- // 清除所有查询参数,只保留基础分页参数
+ // 清除所有查询参数,只保留基础分页参数,保留用户id过滤参数
queryParams.value = {
joinUserId: filterSelf.value? useUserStore().getUserInfo.user.userId : null,
pageNum: 1,
@@ -736,7 +736,7 @@ defineExpose({
display: flex;
justify-content: space-around;
align-items: center;
- padding-top: 14px;
+
border-top: 1px solid #f0f2f5;
gap: 8px;
}
diff --git a/pages/customer/detail/index.vue b/pages/customer/detail/index.vue
index 1323099..22bdfb3 100644
--- a/pages/customer/detail/index.vue
+++ b/pages/customer/detail/index.vue
@@ -14,7 +14,7 @@