diff --git a/frontend/src/business/components/track/case/components/TestCaseEdit.vue b/frontend/src/business/components/track/case/components/TestCaseEdit.vue index e33534999b978ee82c9cc406c79041d7f96e8602..f4069dbaed01bff38e5e912be2dc4f74c7c1fe42 100644 --- a/frontend/src/business/components/track/case/components/TestCaseEdit.vue +++ b/frontend/src/business/components/track/case/components/TestCaseEdit.vue @@ -429,7 +429,7 @@ getTestOptions() { this.testOptions = []; if (this.currentProject && this.form.type != '' && this.form.type != 'functional') { - this.$get('/' + this.form.type + '/list/' + this.currentProject.id, response => { + this.result = this.$get('/' + this.form.type + '/list/' + this.currentProject.id, response => { this.testOptions = response.data; }); }