@@ -278,7 +278,7 @@ export default {
const _this = this
this.$confirm({
title: '提示',
- content: '删除后不可恢复,确定要进行删除吗?',
+ content: '确认要删除吗?删除后当前用户权限以最新权限为准',
centered: true,
onOk () {
bizuserScopeDelete({ id: row.bizUserScopeSn }).then(res => {
@@ -304,7 +304,7 @@ export default {