|
@@ -448,6 +448,7 @@ export default {
|
|
|
this.form.procInstId = v.procInstId
|
|
|
this.form.priority = v.priority
|
|
|
this.form.type = 0
|
|
|
+ this.form.comment = "审批通过";
|
|
|
this.modalTaskVisible = true
|
|
|
this.userLoading = true
|
|
|
this.getAction(this.url.getNextNode, { procDefId: v.procDefId, currActId: v.key, procInstId: v.procInstId }).then(
|