Remove no-op circular watch on isSubmittedData in ConformanceSidebar

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-09 18:32:56 +08:00
parent 9641fd1e0e
commit f69eb6ac15

View File

@@ -388,11 +388,6 @@ const isApplyBtnDisabled = computed(() => {
return disabledBool; return disabledBool;
}); });
// watch
watch(isSubmittedData, (newValue) => {
isSubmittedData.value = newValue;
});
// When opening a rule file, display the saved options, rules, and time // When opening a rule file, display the saved options, rules, and time
let reportWatchTimerId = null; let reportWatchTimerId = null;
watch(conformanceTempReportData, (newValue) => { watch(conformanceTempReportData, (newValue) => {