From 70ce292fff5b47f54226a8216a3d38d4b7ac8e6e Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Tue, 21 Jun 2022 10:42:09 +0800 Subject: [PATCH] typo(EditApiScenario): plugnOrder -> pluginOrder (#1) Signed-off-by: Ryan Wang --- .../api/automation/scenario/EditApiScenario.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue b/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue index 570028cf85..f0909a0424 100644 --- a/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue +++ b/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue @@ -195,9 +195,9 @@ + @click="openOrClose(node, data)"/> + @click="openOrClose(node, data)"/> v.type !== "Assertions"); @@ -1322,7 +1322,7 @@ export default { this.isBtnHide = false; // 历史数据兼容处理 if (this.selectedTreeNode && this.selectedTreeNode.type === 'GenericController') { - this.plugnOrder(this.selectedTreeNode); + this.pluginOrder(this.selectedTreeNode); } else { this.sort(); } @@ -1383,7 +1383,7 @@ export default { this.$refs.scenarioApiRelevance.changeButtonLoadingType(); // 历史数据兼容处理 if (this.selectedTreeNode && this.selectedTreeNode.type === 'GenericController') { - this.plugnOrder(this.selectedTreeNode); + this.pluginOrder(this.selectedTreeNode); } else { this.sort(); }