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