@@ -525,7 +525,7 @@ export default {
request.planExecOrgIdList = [];
}
if (this.form.id != null) {
- updatePlan(this.form).then(response => {
+ updatePlan(request).then(response => {
this.$modal.msgSuccess("修改成功");
this.open = false;
this.getList();