This commit is contained in:
Tony Yang 2019-06-30 00:08:34 +08:00
parent 418d58ef71
commit e80741391f
Signed by: t510599
GPG Key ID: D88388851C28715D

View File

@ -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: