zhanghua
2023-02-21 8ad7fe19f6cef00a5578c07b0570b8a0af9a8dcb
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: "删除用户信息成功",