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