mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 03:16:42 +08:00
编辑笔记保存后跳转到笔记列表页面。
This commit is contained in:
@@ -177,11 +177,11 @@ export default {
|
||||
},10000*2)
|
||||
} else {
|
||||
this.notedetail()
|
||||
this.$message({
|
||||
message: '笔记保存成功',
|
||||
type: 'success',
|
||||
center: true
|
||||
});
|
||||
this.$message({message: '笔记保存成功',type: 'success',center: true});
|
||||
// 跳转到笔记列表
|
||||
clearInterval(this.timer);
|
||||
this.timer = null;
|
||||
this.$router.go(-1);
|
||||
}
|
||||
} else {
|
||||
this.isShowTip = '当前网络异常,内容已离线保存,请尝试连接网络后重新自动上传!';
|
||||
|
||||
Reference in New Issue
Block a user