2
3
baichengfei 5 лет назад
Родитель
Сommit
677cfbcbae

+ 2 - 0
src/dashoo.cn/frontend_web/src/components/workflow/wfmultihistory.vue

@@ -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 = ''

+ 2 - 2
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierappend/_opera/techdataopera.vue

@@ -2361,8 +2361,8 @@
             // 保存成功后,初始化数据,变成修改
             this.getEntityById()
             if (this.$refs['WfHistory']) {
-                this.$refs['WfHistory'].getHistoryTask()
-              }
+              this.$refs['WfHistory'].getHistoryTask()
+            }
             this.dialogSeparateUnitAuditVisible = false
             this.$message({
               type: 'success',