Explorar el Código

Merge branch 'feature/jiayue_index' into debug

hsun hace 1 año
padre
commit
4822354a7b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 = "获取成功"