From 43f703de33eca63f61209af0d350af5dbe4bf1c6 Mon Sep 17 00:00:00 2001 From: woody Date: Thu, 10 Jul 2025 14:11:00 +0800 Subject: [PATCH] =?UTF-8?q?hotfix(specialAreaList):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E4=B8=80=E7=BA=A7=E8=8F=9C=E5=8D=95=E4=B8=8B=E5=88=86=E7=B1=BB?= =?UTF-8?q?=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 0a62fc2..3408c6f 100644 --- a/pages/specialArea/list.vue +++ b/pages/specialArea/list.vue @@ -389,10 +389,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)