n20-common-lib 2.6.75 → 2.6.77

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.77",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
Binary file
@@ -36,8 +36,8 @@
36
36
  :placeholder="'请选择加签类型' | $lc"
37
37
  style="width: 10em"
38
38
  >
39
- <el-option v-if="addTaskModel === '1'" :label="'向后加签' | $lc" value="1" />
40
- <template v-else>
39
+ <!-- <el-option v-if="addTaskModel === '1'" :label="'向后加签' | $lc" value="1" /> -->
40
+ <template>
41
41
  <el-option
42
42
  v-if="authList.includes('isAddForwardTask') || preAddTask"
43
43
  :label="'向前加签' | $lc"
@@ -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
  {