From 93d5248746860e9c19bedaab8761d480d0ce18b9 Mon Sep 17 00:00:00 2001 From: yz3456 <2753272399@qq.com> Date: 星期日, 11 八月 2024 10:53:19 +0800 Subject: [PATCH] 解决了报错 --- ruoyi-ui/src/views/economy/index.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ruoyi-ui/src/views/economy/index.vue b/ruoyi-ui/src/views/economy/index.vue index 4c7719a..e363e03 100644 --- a/ruoyi-ui/src/views/economy/index.vue +++ b/ruoyi-ui/src/views/economy/index.vue @@ -540,6 +540,7 @@ import {listEconomy,enload,delEconomy, addEconomy, uploadPic, share,shareToWho,getWhoShare,downShareData,deleteShareData,showShareData } from "@/api/economy/index"; +import { Notification, MessageBox, Message, Loading } from 'element-ui' import {listUserAll} from "@/api/root/index"; export default { -- Gitblit v1.9.1