Browse Source

Merge branch 'feature/jiayue_index' into debug

hsun 1 year ago
parent
commit
4822354a7b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/data_manage/jiayue_edb_source.go

+ 1 - 0
controllers/data_manage/jiayue_edb_source.go

@@ -165,6 +165,7 @@ func (this *JiaYueEdbSourceController) IndexPageList() {
 	resp := new(data_manage.JiaYueIndexPageListResp)
 	resp.Paging = page
 	resp.List = items
+	br.Data = resp
 	br.Ret = 200
 	br.Success = true
 	br.Msg = "获取成功"