From 55546dfc80bd2ec1be8786b19f53df4e1c1e44e5 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期二, 13 七月 2021 13:49:47 +0800 Subject: [PATCH] 发布 v2.5.1 针对 v2.5.0 版本新特性bug修复 --- ruoyi-ui/src/views/system/notice/index.vue | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) diff --git a/ruoyi-ui/src/views/system/notice/index.vue b/ruoyi-ui/src/views/system/notice/index.vue index 1f570a8..0ffd9d6 100644 --- a/ruoyi-ui/src/views/system/notice/index.vue +++ b/ruoyi-ui/src/views/system/notice/index.vue @@ -176,14 +176,10 @@ </template> <script> -import { listNotice, getNotice, delNotice, addNotice, updateNotice, exportNotice } from "@/api/system/notice"; -import Editor from '@/components/Editor'; +import { listNotice, getNotice, delNotice, addNotice, updateNotice } from "@/api/system/notice"; export default { name: "Notice", - components: { - Editor - }, data() { return { // 閬僵灞� @@ -336,8 +332,8 @@ }).then(() => { this.getList(); this.msgSuccess("鍒犻櫎鎴愬姛"); - }) + }).catch(() => {}); } } }; -</script> \ No newline at end of file +</script> -- Gitblit v1.9.3