From a1fa84b13ffdf8f9ba9f474466bbe915d27522c7 Mon Sep 17 00:00:00 2001 From: wzy <wzy19931122ai@163.com> Date: Thu, 15 Apr 2021 23:20:24 +0800 Subject: [PATCH] modify --- zq-erp/src/main/resources/templates/views/admin/hive/instore/store-list-pl.html | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/zq-erp/src/main/resources/templates/views/admin/hive/instore/store-list-pl.html b/zq-erp/src/main/resources/templates/views/admin/hive/instore/store-list-pl.html index 6eeab8f..1324d76 100644 --- a/zq-erp/src/main/resources/templates/views/admin/hive/instore/store-list-pl.html +++ b/zq-erp/src/main/resources/templates/views/admin/hive/instore/store-list-pl.html @@ -173,8 +173,9 @@ } function savePl() { - var select = $("#mgrid").bootstrapTable('getAllSelections'); - parent.selectPl(select); + var rows = $("#mgrid").bootstrapTable('getAllSelections'); + parent.selectPl(rows); + parent.layer.close(parent.layer.getFrameIndex(window.name)); } </script> -- Gitblit v1.9.1