@@ -138,7 +138,8 @@
id: this.taskId,
reason: this.form.reason,
variables: {
- pass: !!status
+ pass: !!status,
+ autoApproval: 1
}
}).then((res) => {
if (res.code != '-1') {