From a0154b685d6092cc44f52432efe2d552b941d64e Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Mon, 20 Feb 2023 19:56:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/param/busTypePre.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/system/param/busTypePre.vue b/src/views/system/param/busTypePre.vue index 0487efae..0826a7d7 100644 --- a/src/views/system/param/busTypePre.vue +++ b/src/views/system/param/busTypePre.vue @@ -210,6 +210,8 @@ export default { this.loading = false; this.cancelDialog(); this.getList(); + }else{ + this.$message.error(res.message); } }).catch(() => { });