bug修改

This commit is contained in:
zzyuan 2024-10-23 10:34:56 +08:00
parent 9c6cdb4774
commit af6d6ae046
1 changed files with 1 additions and 1 deletions

View File

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