feat(specialList): 移除专区列表一级分类全部选项
This commit is contained in:
parent
3a932312dd
commit
71d6b8bcc1
|
@ -418,10 +418,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)
|
||||||
|
|
Loading…
Reference in New Issue