diff --git a/frontend/src/business/components/performance/test/components/ExistScenarios.vue b/frontend/src/business/components/performance/test/components/ExistScenarios.vue index b6b1df358c..29ca592844 100644 --- a/frontend/src/business/components/performance/test/components/ExistScenarios.vue +++ b/frontend/src/business/components/performance/test/components/ExistScenarios.vue @@ -166,8 +166,8 @@ export default { this.$emit('fileChange', this.scenarios); this.$success(this.$t('test_track.case.import.success')); this.loadApiAutomationVisible = false; + this.selectIds.clear(); }); - this.selectIds.clear(); }, search() { this.getProjectScenarios();