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(() => { })