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();