xiaoyong931011
2021-04-16 1d62e0448a37fc25add05037e9feb1b40edb2a97
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>