修改窗口关闭问题
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user