From f73979d26361da6e824e4e55102e90a9338e87dc Mon Sep 17 00:00:00 2001 From: chiayin Date: Tue, 19 Sep 2023 17:03:40 +0800 Subject: [PATCH] Issue #135: Done. --- src/components/Discover/Conformance/ConformanceSidebar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Discover/Conformance/ConformanceSidebar.vue b/src/components/Discover/Conformance/ConformanceSidebar.vue index 7a8d217..ad49165 100644 --- a/src/components/Discover/Conformance/ConformanceSidebar.vue +++ b/src/components/Discover/Conformance/ConformanceSidebar.vue @@ -606,7 +606,7 @@ export default { {category: 'From', task: this.selectCfmPtPSEStart}, {category: 'To', task: this.selectCfmPtPSEEnd}, ]; - this.isSubmitTimeCfmPtPSEd = this.selectDurationTime; + this.isSubmitTimeCfmPtPSE = this.selectDurationTime; this.isSubmitShowDataPtP = this.setSubmitShowData(this.selectCfmPtPSEStart, this.selectCfmPtPSEEnd); } break;