Commit 2ae350ba authored by jingnan's avatar jingnan 👀

我的请求详情查看增加参数sequenceCounter: 1

parent c9252aa9
...@@ -243,7 +243,8 @@ export default { ...@@ -243,7 +243,8 @@ export default {
...params, ...params,
'processDefKey': this.processDefKey && this.processDefKey.length ? this.processDefKey : this.$route.query ? [this.$route.query.processDefKey] : [], 'processDefKey': this.processDefKey && this.processDefKey.length ? this.processDefKey : this.$route.query ? [this.$route.query.processDefKey] : [],
'taskDefinitionKey': this.$route.query ? this.$route.query.taskDefinitionKey : '', 'taskDefinitionKey': this.$route.query ? this.$route.query.taskDefinitionKey : '',
'assignee': localStorage.getItem('userId') 'assignee': localStorage.getItem('userId'),
'sequenceCounter': '1'
} }
const str = this.processDefKey && this.processDefKey.length ? this.processDefKey.map(x => `processDefKey=${x}`).join('&') + '&' : this.$route.query ? `processDefKey=${this.$route.query.processDefKey || ''}&taskDefinitionKey=${this.$route.query.taskDefinitionKey || ''}&` : '' const str = this.processDefKey && this.processDefKey.length ? this.processDefKey.map(x => `processDefKey=${x}`).join('&') + '&' : this.$route.query ? `processDefKey=${this.$route.query.processDefKey || ''}&taskDefinitionKey=${this.$route.query.taskDefinitionKey || ''}&` : ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment