leesam
2024-04-10 16b7e4a7ef473a6af29ec78aeb2f471fa398efdd
web_src/src/components/dialog/changePasswordForAdmin.vue
old mode 100644 new mode 100755
@@ -91,7 +91,7 @@
          userId: this.form.id,
        }
      }).then((res)=> {
        if (res.data === "success"){
        if (res.data.code === 0) {
          this.$message({
            showClose: true,
            message: '修改成功',