From f5b5cb6d2aff0040edf88635e8bb8cad8eede4aa Mon Sep 17 00:00:00 2001 From: Renpc-kilig <308442850@qq.com> Date: Mon, 22 Mar 2021 11:07:19 +0800 Subject: [PATCH] =?UTF-8?q?closeBox=E6=96=B9=E6=B3=95=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/route/censusmsg/list-censusmsg.html | 4 ++++ .../route/floatingpopulation/list-floatingpopulation.html | 4 ++++ .../resources/static/route/homeperson/list-homeperson.html | 4 ++++ .../static/route/keyteenagers/list-keyteenagers.html | 4 ++++ .../route/overseaspersonnel/list-overseaspersonnel.html | 4 ++++ .../static/route/rentalhousing/list-rentalhousing.html | 4 ++++ 6 files changed, 24 insertions(+) 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({