diff --git a/front/src/views/home/apply.vue b/front/src/views/home/apply.vue index 586afda0..9a14cf73 100644 --- a/front/src/views/home/apply.vue +++ b/front/src/views/home/apply.vue @@ -75,7 +75,7 @@
- + @@ -356,7 +356,7 @@ export default { if (!formName) { return message.error('请设置表单名称') } - + if (id) { endProcess({ instanceId: taskId }).then((end) => { if (end.data.code == 0) {