客户详情卡片底部按钮功能调整

This commit is contained in:
WindowBird 2025-11-12 11:56:39 +08:00
parent c8997aa71d
commit 5cbe1211e0

View File

@ -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;
}