From ac33040c234468d404e3f2c9cdb2153eedd634b8 Mon Sep 17 00:00:00 2001 From: jishenghua <752718920@qq.com> Date: Tue, 27 Aug 2024 00:14:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99jar=E5=8C=85=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E5=A2=9E=E5=8A=A0=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/system/PluginList.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jshERP-web/src/views/system/PluginList.vue b/jshERP-web/src/views/system/PluginList.vue index 3981c942..47c6ee0e 100644 --- a/jshERP-web/src/views/system/PluginList.vue +++ b/jshERP-web/src/views/system/PluginList.vue @@ -244,6 +244,8 @@ if (info.file.response.code === 200) { this.$message.success(info.file.response.data) this.loadData() + } else { + this.$message.error(info.file.response.data) } } else { this.$message.error(info.file.response.data);