diff --git a/api-test/frontend/src/business/definition/components/ApiVariableAdvance.vue b/api-test/frontend/src/business/definition/components/ApiVariableAdvance.vue index 67349a1811..098a1f69b5 100644 --- a/api-test/frontend/src/business/definition/components/ApiVariableAdvance.vue +++ b/api-test/frontend/src/business/definition/components/ApiVariableAdvance.vue @@ -416,6 +416,7 @@ export default { this.operatingElements = this.stepFilter.get('ALL'); }, open() { + this.itemValue = null; if (this.scenarioDefinition != undefined) { // 标识为场景编辑入口进入 this.ifFromVariableAdvance = true;