hotfix(specialAreaList): 移除一级菜单下分类选项

This commit is contained in:
woody 2025-07-10 14:11:00 +08:00
parent 08beff4e68
commit 43f703de33
1 changed files with 4 additions and 4 deletions

View File

@ -389,10 +389,10 @@ export default {
hierarchy: 0, hierarchy: 0,
}) })
.then(res => { .then(res => {
res.data.unshift({ // res.data.unshift({
classifyName: '全部', // classifyName: '',
pkId: '', // pkId: '',
}) // })
this.oneList = res.data this.oneList = res.data
this.oneId = this.oneList[0] ? this.oneList[0].pkId : '' this.oneId = this.oneList[0] ? this.oneList[0].pkId : ''
this.getClassIfyTwo(this.oneList[0].pkId) this.getClassIfyTwo(this.oneList[0].pkId)