From 30b2eb8211dfc9deb937f8fcf4ab6652d084350b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9E=97=E5=BF=97=E5=86=9B?= <543024265@qq.com>
Date: Tue, 1 Jul 2025 14:24:06 +0800
Subject: [PATCH] =?UTF-8?q?refactor(property-marketing):=20=E4=BC=98?=
=?UTF-8?q?=E5=8C=96=E5=93=81=E7=89=8C=E7=89=A9=E6=96=99=E5=88=97=E8=A1=A8?=
=?UTF-8?q?=E5=B1=95=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
-调整操作列宽度,确保内容显示完整
- 移除冗余注释,提高代码可读性
---
src/views/property-marketing/brands/brand-materials/index.vue | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/views/property-marketing/brands/brand-materials/index.vue b/src/views/property-marketing/brands/brand-materials/index.vue
index bd9117f..9715c2f 100644
--- a/src/views/property-marketing/brands/brand-materials/index.vue
+++ b/src/views/property-marketing/brands/brand-materials/index.vue
@@ -83,7 +83,7 @@
-
+
@@ -174,7 +174,6 @@ onMounted(() => {
});
const handleSearch = () => {
- //将query 和pageInfo 合并成query
query.page = pageInfo.page;
query.page_size = pageInfo.pageSize;
getMaterialsList(query).then((response) => {