648540858
2023-01-10 e429c9f5a76e79bd43b10e58b5a374c08076a924
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: '修改成功',