n20-common-lib 2.6.70 → 2.6.71

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.70",
3
+ "version": "2.6.71",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -324,7 +324,7 @@ export default {
324
324
  approvalToV: false,
325
325
  showApprovalTo: false,
326
326
  opiAndUser: false,
327
- addTaskMode: '0',
327
+ addTaskModel: '0',
328
328
  otherAtt: {},
329
329
  fileDtos: [],
330
330
  fileName: '',
@@ -389,7 +389,7 @@ export default {
389
389
  .get(`/bems/activiti/sample/getAddTaskMode`, null, { loading: false, noMsg: true })
390
390
  .then(({ data, code }) => {
391
391
  if (code === 200) {
392
- this.addTaskMode = data
392
+ this.addTaskModel = data
393
393
  }
394
394
  })
395
395
  },