Commit 9f876513 authored by Mac's avatar Mac

全部

parent aa4a031e
......@@ -116,7 +116,12 @@
},
(res) => {
if (res.resultCode == 1) {
let obj = {
ID:0,
ClassName:'全部'
}
this.typeList = res.data
this.typeList.unshift(obj)
if(this.msg.BrandClassId ==0){
this.msg.BrandClassId = this.typeList[0].ID
}else{//指定跳入分类
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment