zhanghua
2022-11-16 cc9ddf2ecaf3ad935374f49c842227f7eb15779d
src/views/systemSetting/baseSetting/user/components/main/index.vue
@@ -266,7 +266,6 @@
                message: res.message,
              });
            }
            console.log(res);
          });
        })
        .catch((err) => {
@@ -299,7 +298,6 @@
                message: res.message,
              });
            }
            console.log(res);
          });
        })
        .catch((err) => {
@@ -325,7 +323,6 @@
            method: "post",
            url: "sccg/admin/delete/" + id,
          }).then((res) => {
            console.log(res);
            this.$message({
              message: res.message,
              type: "success",
@@ -387,7 +384,6 @@
      this.$axios
        .post(`sccg/admin/updateStatus/` + id + "?status=" + status)
        .then((res) => {
          console.log(res);
        });
    },
    // 获取用户列表