修改窗口关闭问题

This commit is contained in:
liaozetao
2024-03-29 16:10:11 +08:00
parent 6096ce090f
commit 6163b385ad

View File

@@ -664,7 +664,7 @@ export default {
dataType: 'json',
success: function (res) {
if (res.code == 200) {
$('#packModal').modal('hide');
$('#editModal').modal('hide');
$('#tipMsg').text('保存成功');
$('#tipModal').modal('show');
TableHelper.doRefresh('#table')