zhulu пре 2 година
родитељ
комит
0271610af3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/core/edu/plan/index.vue

+ 1 - 1
src/views/core/edu/plan/index.vue

@@ -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();