From 51fa6f173a5a95e34b4ec31db77035dbaeb968c6 Mon Sep 17 00:00:00 2001 From: gaoshp <291585735@qq.com> Date: 星期日, 29 九月 2024 19:36:11 +0800 Subject: [PATCH] fix some bug --- src/views/tpm/machine/Dialog.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/tpm/machine/Dialog.vue b/src/views/tpm/machine/Dialog.vue index ff909eb..3ff174f 100644 --- a/src/views/tpm/machine/Dialog.vue +++ b/src/views/tpm/machine/Dialog.vue @@ -558,7 +558,7 @@ this.visible = false; this.$message.success("鎿嶄綔鎴愬姛") } else { - this.$alert(res.message, "鎻愮ず", { type: 'error' }) + this.$alert(res.msg, "鎻愮ず", { type: 'error' }) } } else { return false; -- Gitblit v1.9.3