|
@@ -150,7 +150,7 @@
|
|
// console.log('search',e)
|
|
// console.log('search',e)
|
|
},
|
|
},
|
|
getclassify(){
|
|
getclassify(){
|
|
- this.$u.api.getclassify().then(res=>{
|
|
|
|
|
|
+ this.$u.api.getclassify({pageNum:1,pageSize:200}).then(res=>{
|
|
this.tabsList = res.data.rows.map(item=>{
|
|
this.tabsList = res.data.rows.map(item=>{
|
|
return {name:item.classifyName,id:item.id}
|
|
return {name:item.classifyName,id:item.id}
|
|
});
|
|
});
|