From 1286b11c804e294a574f7ca241a581d91c318c44 Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Mon, 22 Jul 2024 15:38:00 +0800 Subject: [PATCH] 'commit' --- WebRoot/view/ywgl/xswh/turnClass_audit.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/WebRoot/view/ywgl/xswh/turnClass_audit.html b/WebRoot/view/ywgl/xswh/turnClass_audit.html index f1008302..39a2bb08 100644 --- a/WebRoot/view/ywgl/xswh/turnClass_audit.html +++ b/WebRoot/view/ywgl/xswh/turnClass_audit.html @@ -205,13 +205,13 @@ form.on('submit(save)', function (obj) { if (classId === "") { - layer.msg("请选择要调转的班级!", { + layer.msg("请选择要接收的班级!", { icon: 2, time: 1500 }); return false; } - layer.confirm('确定要调转班级吗?', { + layer.confirm('确定要调转接收吗?', { icon: 3, title: '提示' }, function (index) { @@ -233,9 +233,7 @@ time: 1300 }, function () { parent.layer.close(parent.layer.getFrameIndex(window.name)); - //parent.parentClose(); - - parent.closeLayer(); + parent.layui.table.reload("data-table"); }); } else { layer.msg(res.message, {