diff --git a/test-track/frontend/src/business/plan/components/TestPlanList.vue b/test-track/frontend/src/business/plan/components/TestPlanList.vue index b7ebb88535..c7024a98c8 100644 --- a/test-track/frontend/src/business/plan/components/TestPlanList.vue +++ b/test-track/frontend/src/business/plan/components/TestPlanList.vue @@ -936,7 +936,7 @@ export default { } this.$success(this.$t("commons.save_success")); }); - }).catch(() => { + }, () => { row.scheduleOpen = !row.scheduleOpen; }); },