From 08db4a5f53e17f3224e4f0caa66f1b76e3971aaf Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期三, 04 八月 2021 19:03:25 +0800 Subject: [PATCH] update 更改所有业务excel导出 --- 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