Explorar o código

数据类型错误

mayday %!s(int64=2) %!d(string=hai) anos
pai
achega
d153031f86
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pages-report/reportList.vue

+ 1 - 1
pages-report/reportList.vue

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