Merge branch 'lx-dev' of gitee.com:cabbage_qd/web-base-h5 into lx-test
This commit is contained in:
commit
165bb96d25
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue