Commit dece7dba authored by 王晓铜's avatar 王晓铜

修改服务分支接口

parent 572b3595
......@@ -222,13 +222,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
})
},
// 添加服务及分支
......
......@@ -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
})
},
// 获取所有项目名称
......
......@@ -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列表
......
......@@ -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
})
},
// 添加服务及分支
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment