Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qa-platform-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
qa-platform-ui
Commits
02211278
Commit
02211278
authored
Dec 29, 2021
by
王晓铜
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into xiaotong
parents
6ab0294b
5aa2267e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
DetailTestDescription.vue
src/views/qa/DetailTestDescription.vue
+2
-2
Notify.vue
src/views/qa/Notify.vue
+2
-2
TestDescription.vue
src/views/qa/TestDescription.vue
+2
-2
No files found.
src/views/qa/DetailTestDescription.vue
View file @
02211278
...
...
@@ -352,12 +352,12 @@ export default {
// 选择服务下拉框触发事件
selectServiceModel
(
item
)
{
getGitBranchList
({
projectName
:
item
}).
then
((
resp
)
=>
{
this
.
serviceBranchList
=
resp
.
data
.
data
.
data
this
.
serviceBranchList
=
resp
.
data
.
data
})
},
focusevent
(
name
)
{
getGitBranchList
({
projectName
:
name
}).
then
((
resp
)
=>
{
this
.
serviceBranchList
=
resp
.
data
.
data
.
data
this
.
serviceBranchList
=
resp
.
data
.
data
})
},
// 获取所有项目名称
...
...
src/views/qa/Notify.vue
View file @
02211278
...
...
@@ -573,13 +573,13 @@ export default {
focusevent
(
name
)
{
getGitBranchList
({
projectName
:
name
}).
then
((
resp
)
=>
{
this
.
serviceBranchList
=
resp
.
data
.
data
.
data
this
.
serviceBranchList
=
resp
.
data
.
data
})
},
// 选择服务下拉框触发事件
selectServiceModel
(
item
)
{
getGitBranchList
({
projectName
:
item
}).
then
((
resp
)
=>
{
this
.
serviceBranchList
=
resp
.
data
.
data
.
data
this
.
serviceBranchList
=
resp
.
data
.
data
})
},
// 获取ding_robot列表
...
...
src/views/qa/TestDescription.vue
View file @
02211278
...
...
@@ -318,13 +318,13 @@ export default {
},
focusevent
(
name
)
{
getGitBranchList
({
projectName
:
name
}).
then
((
resp
)
=>
{
this
.
serviceBranchList
=
resp
.
data
.
data
.
data
this
.
serviceBranchList
=
resp
.
data
.
data
})
},
// 选择服务下拉框触发事件
selectServiceModel
(
item
)
{
getGitBranchList
({
projectName
:
item
}).
then
((
resp
)
=>
{
this
.
serviceBranchList
=
resp
.
data
.
data
.
data
this
.
serviceBranchList
=
resp
.
data
.
data
})
},
// 添加服务及分支
...
...
Write
Preview
Markdown
is supported
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