n20-common-lib 2.6.75 → 2.6.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n20-common-lib",
3
- "version": "2.6.75",
3
+ "version": "2.6.76",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
Binary file
@@ -125,7 +125,7 @@ export default {
125
125
  .post(
126
126
  '/bems/prod_1.0/uas/api/authorization/password/validate',
127
127
  {
128
- username: this.form.username,
128
+ // username: this.form.username,
129
129
  password: value
130
130
  },
131
131
  { noMsg: true, loading: false }
@@ -181,7 +181,7 @@ export default {
181
181
  .post(
182
182
  '/bems/prod_1.0/uas/api/authorization/password/update',
183
183
  {
184
- username: this.form.username,
184
+ password: this.form.orginPassword,
185
185
  newPassword: this.form.newPassword
186
186
  },
187
187
  {