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); }); }, // 获取用户列表