wangxinhui
2025-01-12 b371ec4d997f37d2a0ca8012e9e876f792328dce
´úÂë¹ÜÀí/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);
        }