Browse Source

提示文案修改

cl 4 years ago
parent
commit
13a0692989
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mall4v/src/views/modules/sys/role.vue

+ 1 - 1
mall4v/src/views/modules/sys/role.vue

@@ -106,7 +106,7 @@ export default {
       var ids = id ? [id] : this.dataListSelections.map(item => {
         return item.roleId
       })
-      this.$confirm(`确定对[id=${ids.join(',')}]进行[${id ? '删除' : '批量删除'}]操作?`, '提示', {
+      this.$confirm(`确定进行[${id ? '删除' : '批量删除'}]操作?`, '提示', {
         confirmButtonText: '确定',
         cancelButtonText: '取消',
         type: 'warning'