@@ -183,6 +183,7 @@ export default {
id: res.id
}
});
+ this.formData.id = res.id;
this.formData.send = res.send;
this.formData.responseBody = res.responseBody;
})