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