diff --git a/ZR.Vue3/src/views/system/dict/index.vue b/ZR.Vue3/src/views/system/dict/index.vue index b80f984f40090bcb56eaa2a090164c2926990790..e8d060814280c59456f4983f3c49528a79815d6d 100644 --- a/ZR.Vue3/src/views/system/dict/index.vue +++ b/ZR.Vue3/src/views/system/dict/index.vue @@ -289,7 +289,7 @@ export default { }) .then(() => { this.getList(); - this.msgSuccess("删除成功"); + this.$modal.msgSuccess("删除成功"); }); }, /** 导出按钮操作 */