Browse Source

看板fix

jwyu 8 months ago
parent
commit
78871df4cf
1 changed files with 1 additions and 1 deletions
  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()