diff --git a/jshERP-web/src/views/system/PluginList.vue b/jshERP-web/src/views/system/PluginList.vue index 3981c9425..47c6ee0e4 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);