mirror of
https://gitee.com/shuto-github/intranet_app_manager.git
synced 2026-05-27 00:00:14 +08:00
修复 js 错误
This commit is contained in:
@@ -143,7 +143,7 @@ $(function () {
|
||||
|
||||
$(".app-delete").click(function () {
|
||||
var url = "/p/delete/" + $(this).attr("data");
|
||||
$.post(url, data, function(result){
|
||||
$.post(url, function(result){
|
||||
window.location.href = window.location.href
|
||||
window.location.reload
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user