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)