|
@@ -234,7 +234,7 @@ export default {
|
|
async getClassifyMenuList(){
|
|
async getClassifyMenuList(){
|
|
const res=await apiReportClassifyMenuList({classify_id:Number(this.classifyId)})
|
|
const res=await apiReportClassifyMenuList({classify_id:Number(this.classifyId)})
|
|
if(res.code===200){
|
|
if(res.code===200){
|
|
- this.classifyMenuList=res.data
|
|
|
|
|
|
+ this.classifyMenuList=res.data||[]
|
|
}
|
|
}
|
|
},
|
|
},
|
|
handleSelectMenu(item){
|
|
handleSelectMenu(item){
|