odc.xiaohui
2023-03-18 b4d6e0923d825f3a6cbb12c29b5a522d56362ff8
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: "删除用户信息成功",