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