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