|
@@ -289,6 +289,9 @@ func (this *ReportController) IndustryList() {
|
|
}
|
|
}
|
|
go models.AddCygxReportIndustrialSeaarchHistory(item)
|
|
go models.AddCygxReportIndustrialSeaarchHistory(item)
|
|
}
|
|
}
|
|
|
|
+ if len(list) == 0 {
|
|
|
|
+ list = make([]*models.IndustrialManagement, 0)
|
|
|
|
+ }
|
|
resp.List = list
|
|
resp.List = list
|
|
resp.Paging = page
|
|
resp.Paging = page
|
|
//如果不感兴趣有值,而且展开按钮没有展开,就放出展开按钮
|
|
//如果不感兴趣有值,而且展开按钮没有展开,就放出展开按钮
|