diff --git a/src/main/resources/static/route/censusmsg/list-censusmsg.html b/src/main/resources/static/route/censusmsg/list-censusmsg.html index a9cfaa5..840f95c 100644 --- a/src/main/resources/static/route/censusmsg/list-censusmsg.html +++ b/src/main/resources/static/route/censusmsg/list-censusmsg.html @@ -105,6 +105,10 @@ importExcel() + function closeBox() { + parent.layer.close(parent.layer.getFrameIndex(window.name)); + } + // 初始化表格 function initTable() { table.render({ diff --git a/src/main/resources/static/route/floatingpopulation/list-floatingpopulation.html b/src/main/resources/static/route/floatingpopulation/list-floatingpopulation.html index 5d997a3..5980830 100644 --- a/src/main/resources/static/route/floatingpopulation/list-floatingpopulation.html +++ b/src/main/resources/static/route/floatingpopulation/list-floatingpopulation.html @@ -105,6 +105,10 @@ importExcel() + function closeBox() { + parent.layer.close(parent.layer.getFrameIndex(window.name)); + } + // 初始化表格 function initTable() { table.render({ diff --git a/src/main/resources/static/route/homeperson/list-homeperson.html b/src/main/resources/static/route/homeperson/list-homeperson.html index da7bfb6..f036766 100644 --- a/src/main/resources/static/route/homeperson/list-homeperson.html +++ b/src/main/resources/static/route/homeperson/list-homeperson.html @@ -105,6 +105,10 @@ importExcel() + function closeBox() { + parent.layer.close(parent.layer.getFrameIndex(window.name)); + } + // 初始化表格 function initTable() { table.render({ diff --git a/src/main/resources/static/route/keyteenagers/list-keyteenagers.html b/src/main/resources/static/route/keyteenagers/list-keyteenagers.html index 74d23d4..18b4a71 100644 --- a/src/main/resources/static/route/keyteenagers/list-keyteenagers.html +++ b/src/main/resources/static/route/keyteenagers/list-keyteenagers.html @@ -105,6 +105,10 @@ importExcel() + function closeBox() { + parent.layer.close(parent.layer.getFrameIndex(window.name)); + } + // 初始化表格 function initTable() { table.render({ diff --git a/src/main/resources/static/route/overseaspersonnel/list-overseaspersonnel.html b/src/main/resources/static/route/overseaspersonnel/list-overseaspersonnel.html index 86f3697..86d6529 100644 --- a/src/main/resources/static/route/overseaspersonnel/list-overseaspersonnel.html +++ b/src/main/resources/static/route/overseaspersonnel/list-overseaspersonnel.html @@ -105,6 +105,10 @@ importExcel() + function closeBox() { + parent.layer.close(parent.layer.getFrameIndex(window.name)); + } + // 初始化表格 function initTable() { table.render({ diff --git a/src/main/resources/static/route/rentalhousing/list-rentalhousing.html b/src/main/resources/static/route/rentalhousing/list-rentalhousing.html index 1e936a0..34f558c 100644 --- a/src/main/resources/static/route/rentalhousing/list-rentalhousing.html +++ b/src/main/resources/static/route/rentalhousing/list-rentalhousing.html @@ -105,6 +105,10 @@ importExcel() + function closeBox() { + parent.layer.close(parent.layer.getFrameIndex(window.name)); + } + // 初始化表格 function initTable() { table.render({