n20-common-lib 2.6.69 → 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
|
@@ -324,7 +324,7 @@ export default {
|
|
|
324
324
|
approvalToV: false,
|
|
325
325
|
showApprovalTo: false,
|
|
326
326
|
opiAndUser: false,
|
|
327
|
-
|
|
327
|
+
addTaskModel: '0',
|
|
328
328
|
otherAtt: {},
|
|
329
329
|
fileDtos: [],
|
|
330
330
|
fileName: '',
|
|
@@ -358,6 +358,7 @@ export default {
|
|
|
358
358
|
this.taskId = this.$route.query.taskId || this.$route.params.taskId
|
|
359
359
|
this.showBtn = this.$route.query.habtn !== 'true'
|
|
360
360
|
this.getBtns()
|
|
361
|
+
this.getAddTaskMode()
|
|
361
362
|
this.getShowApprovalTo()
|
|
362
363
|
this.getHasQueryAppOpiAndUser()
|
|
363
364
|
this.nextApproval && this.getTodoList()
|
|
@@ -388,7 +389,7 @@ export default {
|
|
|
388
389
|
.get(`/bems/activiti/sample/getAddTaskMode`, null, { loading: false, noMsg: true })
|
|
389
390
|
.then(({ data, code }) => {
|
|
390
391
|
if (code === 200) {
|
|
391
|
-
this.
|
|
392
|
+
this.addTaskModel = data
|
|
392
393
|
}
|
|
393
394
|
})
|
|
394
395
|
},
|