From af6d6ae0466b36d18ebe8551cf16a4212b17ddec Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Wed, 23 Oct 2024 10:34:56 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/role/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue index af2c240..f9785cc 100644 --- a/src/views/system/role/index.vue +++ b/src/views/system/role/index.vue @@ -599,7 +599,7 @@ export default { /** 删除按钮操作 */ handleDelete(row) { const roleIds = row.roleId || this.ids; - this.$modal.confirm('是否确认删除角色编号为"' + roleIds + '"的数据项?').then(function() { + this.$modal.confirm('是否确认删除角色?').then(function() { return delRole(roleIds); }).then(() => { this.getList();