切换后刷新表格

This commit is contained in:
mxd 2020-06-20 22:37:50 +08:00
parent 094954a216
commit 5c519efa53

View File

@ -103,9 +103,11 @@
},
success : function(){
layui.layer.msg((e.elem.checked ? '切换为定时任务': '切换为长任务') + '成功');
reloadTable();
},
error : function(){
layui.layer.msg((e.elem.checked ? '切换为定时任务': '切换为长任务') + '成功');
reloadTable();
}
})
})