From 78c5fff6f3d6c2e7fbecefde44c0d3eea6252a7d Mon Sep 17 00:00:00 2001 From: "382696293@qq.com" <382696293@qq.com> Date: Tue, 16 Jan 2024 17:05:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=AA=E5=99=A8=E7=AE=A1=E7=90=86-=E9=9A=90?= =?UTF-8?q?=E8=97=8F=E4=BB=AA=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flossom-ui/src/views/system/instrument/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flossom-ui/src/views/system/instrument/index.vue b/flossom-ui/src/views/system/instrument/index.vue index 96a6d2f..04dcebf 100644 --- a/flossom-ui/src/views/system/instrument/index.vue +++ b/flossom-ui/src/views/system/instrument/index.vue @@ -1353,7 +1353,7 @@ export default { }) .then(() => { this.getList() - this.$modal.msgSuccess('隐藏成功') + this.$modal.msgSuccess('操作成功'); }) .catch(() => { })