Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
loongten
metersphere
Commits
66e9f091
Commit
66e9f091
authored
4 years ago
by
Coooder-X
Committed by
chenjianxing
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
fix: 解决 接口自动化-添加场景变量,焦点错误切换 (#1342)
parent
17f34000
dev
feat-constant
feat_api_custom_field
feat_custom_field
master
pr@dev@fix_api_scenario_import
pr@dev@fix_修复添加和修改更新测试计划的定时任务设置没有记录操作日志的缺陷
pr@dev@refactor_apitest_datasource
pr@v1.20@refactor_apitest_datasource
refactor_test_plan_view
v1.10
v1.11
v1.12
v1.13
v1.14
v1.15
v1.16
v1.17
v1.18
v1.19
v1.20
v1.7
v1.8
v1.9
v2.0.0-rc0
v1.20.1-lts
v1.20.1-lts-rc
v1.20.0-lts
v1.19.3
v1.19.2
v1.19.1
v1.19.0
v1.18.3
v1.18.2
v1.18.1
v1.18.0
v1.17.3
v1.17.2
v1.17.1
v1.17.0
v1.16.6
v1.16.5
v1.16.4
v1.16.3
v1.16.2
v1.16.1
v1.16.0
v1.15.4
v1.15.3
v1.15.2
v1.15.1
v1.15.0
v1.14.7
v1.14.6
v1.14.5
v1.14.4
v1.14.3
v1.14.2
v1.14.1
v1.14.0
v1.13.2
v1.13.1
v1.13.0
v1.12.3
v1.12.2
v1.12.1
v1.12.0
v1.11.3
v1.11.2
v1.11.1
v1.11.0
v1.10.11-lts
v1.10.10-lts
v1.10.9-lts
v1.10.8-lts
v1.10.7-lts
v1.10.6
v1.10.6-lts
v1.10.5
v1.10.5-lts
v1.10.4
v1.10.4-lts
v1.10.3
v1.10.3-lts
v1.10.2
v1.10.2-lts
v1.10.1
v1.10.1-lts
v1.10.0
v1.10.0-lts
v1.9.3
v1.9.2
v1.9.1
v1.9.0
v1.8.2
v1.8.1
v1.8.0
v1.7.3
v1.7.2
v1.7.1
prune
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/business/components/api/automation/scenario/variable/EditConstant.vue
+0
-5
...ponents/api/automation/scenario/variable/EditConstant.vue
with
0 additions
and
5 deletions
+0
-5
frontend/src/business/components/api/automation/scenario/variable/EditConstant.vue
+
0
-
5
View file @
66e9f091
...
...
@@ -30,11 +30,6 @@
this
.
$refs
.
nameInput
.
focus
();
});
},
watch
:
{
editData
()
{
this
.
$refs
.
nameInput
.
focus
();
}
}
}
</
script
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help