648540858
2022-08-31 703c2e292a812f80d9a1a7551c18c2cf457f58ba
web_src/src/components/dialog/changePasswordForAdmin.vue
@@ -91,7 +91,7 @@
          userId: this.form.id,
        }
      }).then((res)=> {
        if (res.data === "success"){
        if (res.data.code === 0) {
          this.$message({
            showClose: true,
            message: '修改成功',