人口基本信息- 放开人口信息脱敏后数据的分页导出Excel
This commit is contained in:
parent
284b3d2005
commit
b644f4b681
@ -33,7 +33,7 @@ public class AreaUtils {
|
|||||||
public void init() {
|
public void init() {
|
||||||
new Thread(() -> {
|
new Thread(() -> {
|
||||||
PopulationInfoStaticService = PopulationInfoService;
|
PopulationInfoStaticService = PopulationInfoService;
|
||||||
/* initArea0();
|
initArea0();
|
||||||
initArea1();
|
initArea1();
|
||||||
initArea2();
|
initArea2();
|
||||||
initArea3();
|
initArea3();
|
||||||
@ -42,7 +42,7 @@ public class AreaUtils {
|
|||||||
aree.put(1, area1);
|
aree.put(1, area1);
|
||||||
aree.put(2, area2);
|
aree.put(2, area2);
|
||||||
aree.put(3, area3);
|
aree.put(3, area3);
|
||||||
aree.put(4, area4);*/
|
aree.put(4, area4);
|
||||||
}).start();
|
}).start();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -358,7 +358,6 @@
|
|||||||
height: $win.height() - 90,
|
height: $win.height() - 90,
|
||||||
limit: 20,
|
limit: 20,
|
||||||
limits: [20, 40, 60, 80, 100, 200],
|
limits: [20, 40, 60, 80, 100, 200],
|
||||||
defaultToolbar: [],
|
|
||||||
toolbar: '#headerToolBar',
|
toolbar: '#headerToolBar',
|
||||||
request: {
|
request: {
|
||||||
pageName: 'page',
|
pageName: 'page',
|
||||||
|
Loading…
Reference in New Issue
Block a user