648540858
2023-02-09 03ee15ece2ff749be8f4c211e1ee6fd3a3a6066d
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: '修改成功',