1
647556386
2025-04-17 a95a257a702360e7632b5daeb5b554163382720c
´úÂë¹ÜÀí/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);
        }