diff --git a/src/views/activiti/todoManage.vue b/src/views/activiti/todoManage.vue index 91fd761..7488e07 100644 --- a/src/views/activiti/todoManage.vue +++ b/src/views/activiti/todoManage.vue @@ -472,6 +472,9 @@ } }) } + //this.$refs.form.resetFields(); + this.form.comment=null; + this.form.userId=null; }, async detail(r) { if (!r.routeName) {