diff --git a/frontend/src/business/components/api/homepage/components/ApiNewTestCaseList.vue b/frontend/src/business/components/api/homepage/components/ApiNewTestCaseList.vue index 6353595d2a..ede5a106d7 100644 --- a/frontend/src/business/components/api/homepage/components/ApiNewTestCaseList.vue +++ b/frontend/src/business/components/api/homepage/components/ApiNewTestCaseList.vue @@ -104,9 +104,6 @@ export default { this.condition.moduleIds = this.selectNodeIds; } this.condition.projectId = this.projectId; - if (this.currentProtocol != null) { - this.condition.protocol = this.currentProtocol; - } this.enableOrderDrag = (this.condition.orders && this.condition.orders.length) > 0 ? false : true;