|
@@ -568,7 +568,7 @@ export default {
|
|
},
|
|
},
|
|
//获取分类列表
|
|
//获取分类列表
|
|
async getClassifyList(){
|
|
async getClassifyList(){
|
|
- if(!this.Source) return
|
|
|
|
|
|
+ // if(!this.Source) return
|
|
const res = await dataRefreshInterface.getClassifyList({
|
|
const res = await dataRefreshInterface.getClassifyList({
|
|
Source:Number(this.Source)
|
|
Source:Number(this.Source)
|
|
})
|
|
})
|