fixed #1
This commit is contained in:
parent
418d58ef71
commit
e80741391f
@ -240,7 +240,7 @@
|
||||
url: "../post.php?del=" + pid
|
||||
}).then(function (res) {
|
||||
pageManager.snackbar('刪除成功');
|
||||
router.navigate('/post'); // reload
|
||||
pageManager.load("post", "page", listData.page); // reload
|
||||
}).catch(function (err) {
|
||||
switch (err.response.status) {
|
||||
case 404:
|
||||
|
Loading…
x
Reference in New Issue
Block a user