diff --git a/src/flow/components/handle-job/handle.vue b/src/flow/components/handle-job/handle.vue index 6061cd9..da9fcef 100644 --- a/src/flow/components/handle-job/handle.vue +++ b/src/flow/components/handle-job/handle.vue @@ -441,6 +441,7 @@ else { setPropsDataValue(row, $route.query, 'id', 'flowInstId', 'isHiJob', 'isView', 'isRead', 'isApp', 'isForm') } + if (row.isHiJob !== '0') { await handleToDoneDetail(row, data, row.isApp, row.isForm); } else {