648540858
2023-05-04 381c3bdc2079ece5147cf4cee004e9071edadf7a
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: '修改成功',