wankeda
2025-03-05 7086c88c6c080aa9ff15664c5c97aee7bbcdc55b
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/extension/system/Sys_User/Sys_UserGridHeader.vue
@@ -59,11 +59,11 @@
      if (this.password.length < 6)
        return this.$Message.error("密码长度至少6位");
      let url =
        "/api/user/modifyUserPwd?password=" +
        "/api/User/ModifyUserPwd?password=" +
        this.password +
        "&userName=" +
        this.row.UserName;
      this.http.post(url, {}, true).then((x) => {
        this.row.userName;
      this.http.post(url, null, true).then((x) => {
        if (!x.status) {
          return this.$message.error(x.message);
        }