From 5cbe1211e0f0fa330b1b7783c5b2e9072563af37 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=E8=AF=A6=E6=83=85=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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/CustomerManagement.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 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; }