mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-09 03:22:51 +08:00
修复data-reuqest的提示
This commit is contained in:
@@ -1718,12 +1718,14 @@ define(["jquery", "tableSelect", "ckeditor", 'miniTheme', 'tableData', 'citypick
|
|||||||
url: url,
|
url: url,
|
||||||
data: postData,
|
data: postData,
|
||||||
}, function (res) {
|
}, function (res) {
|
||||||
if (endMethod == 'reload-table') {
|
admin.msg.success(res.msg, function () {
|
||||||
tableId = tableId || init.table_render_id;
|
if (endMethod == 'reload-table') {
|
||||||
table.reload(tableId);
|
tableId = tableId || init.table_render_id;
|
||||||
} else if (endMethod == 'refresh-page') {
|
table.reload(tableId);
|
||||||
location.reload();
|
} else if (endMethod == 'refresh-page') {
|
||||||
}
|
location.reload();
|
||||||
|
}
|
||||||
|
});
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user