From 71d6b8bcc1358ad97eb6cb22e915d56ac8ba0c87 Mon Sep 17 00:00:00 2001 From: woody Date: Thu, 10 Jul 2025 13:54:58 +0800 Subject: [PATCH] =?UTF-8?q?feat(specialList):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E4=B8=93=E5=8C=BA=E5=88=97=E8=A1=A8=E4=B8=80=E7=BA=A7=E5=88=86?= =?UTF-8?q?=E7=B1=BB=E5=85=A8=E9=83=A8=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/specialArea/list.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/specialArea/list.vue b/pages/specialArea/list.vue index 1fb8be2..a37048c 100644 --- a/pages/specialArea/list.vue +++ b/pages/specialArea/list.vue @@ -418,10 +418,10 @@ export default { hierarchy: 0, }) .then(res => { - res.data.unshift({ - classifyName: '全部', - pkId: '', - }) + // res.data.unshift({ + // classifyName: '全部', + // pkId: '', + // }) this.oneList = res.data this.oneId = this.oneList[0] ? this.oneList[0].pkId : '' this.getClassIfyTwo(this.oneList[0].pkId)