diff --git a/api-test/frontend/src/business/automation/scenario/common/ApiBaseComponent.vue b/api-test/frontend/src/business/automation/scenario/common/ApiBaseComponent.vue
index e042d699eb..3401df0e35 100644
--- a/api-test/frontend/src/business/automation/scenario/common/ApiBaseComponent.vue
+++ b/api-test/frontend/src/business/automation/scenario/common/ApiBaseComponent.vue
@@ -91,7 +91,7 @@
circle
@click="copyRow"
style="padding: 5px"
- :disabled="(data.disabled && !data.root) || !showVersion || isDeleted" />
+ :disabled="(data.disabled && !data.root && !data.isCopy) || !showVersion || isDeleted" />
+ :disabled="(data.disabled && !data.root && !data.isCopy) || !showVersion || isDeleted" />
0) {
+ this.recursiveCopy(arr[i].hashTree);
+ }
+ }
+ },
calcProjectId(projectId, parentId) {
if (!projectId) {
return parentId ? parentId : getCurrentProjectID();