Browse Source

看板fix

jwyu 8 tháng trước cách đây
mục cha
commit
78871df4cf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()