src/views/systemSetting/baseSetting/user/components/main/index.vue
@@ -84,7 +84,7 @@ <!-- 查看页面 --> <el-dialog :visible.sync="dialogView" width="45%" width="600px" v-if="dialogView" title="查看用户信息" > @@ -93,7 +93,7 @@ <!-- 修改页面 --> <el-dialog :visible.sync="dialogUpdate" width="45%" width="600px" v-if="dialogUpdate" :title=" updateFlag @@ -261,6 +261,7 @@ url: "sccg/admin/deleteBatch?ids=" + idArr, }).then((res) => { if (res.code === 200) { this.$message({ type: "success", message: "删除用户信息成功",