Browse Source

fix:修改种植方案标准化方案数据没有更新bug

wangsisi 5 days ago
parent
commit
2d01629547
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/pageComponents/FarmWorkPlanTimeline.vue

+ 2 - 2
src/components/pageComponents/FarmWorkPlanTimeline.vue

@@ -601,9 +601,9 @@ watch(
 watch(
     () => props.schemeId,
     (val) => {
-        if (val) {
+        // if (val) {
             updateFarmWorkPlan();
-        }
+        // }
     }
 );