jwyu hai 8 meses
pai
achega
78871df4cf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/home_manage/index.vue

+ 1 - 1
src/views/home_manage/index.vue

@@ -54,7 +54,7 @@ export default {
 
     async getBoardData(){
       const res=await apiBiBoard.getHomePageBoard()
-      if(res.Ret===200){
+      if(res.Ret===200&&res.Data){
         this.homeBoardInfo=res.Data
         this.boardId=res.Data.BiDashboardId
         this.getBoardInfo()