|
|
@@ -86,6 +86,7 @@
|
|
|
this.$axios.get('/audithistory/list?id=' + this.entryinfo.business)
|
|
|
.then(res => {
|
|
|
let instanceIds = ''
|
|
|
+ console.log('单-多历史任务', res.data)
|
|
|
for (let idx in res.data.item) {
|
|
|
instanceIds += res.data.item[idx].WorkflowId + ','
|
|
|
}
|
|
|
@@ -108,6 +109,7 @@
|
|
|
params
|
|
|
})
|
|
|
.then(res => {
|
|
|
+ console.log('多-多历史任务', res.data)
|
|
|
// _this.historyTask = res.data.items
|
|
|
this.tmp_historyTask = res.data.items
|
|
|
let useridstr = ''
|