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

Merge branch 'master' into xiaotong

parents 6ab0294b 5aa2267e
...@@ -352,12 +352,12 @@ export default { ...@@ -352,12 +352,12 @@ export default {
// 选择服务下拉框触发事件 // 选择服务下拉框触发事件
selectServiceModel(item) { selectServiceModel(item) {
getGitBranchList({ projectName: item }).then((resp) => { getGitBranchList({ projectName: item }).then((resp) => {
this.serviceBranchList = resp.data.data.data this.serviceBranchList = resp.data.data
}) })
}, },
focusevent(name) { focusevent(name) {
getGitBranchList({ projectName: name }).then((resp) => { getGitBranchList({ projectName: name }).then((resp) => {
this.serviceBranchList = resp.data.data.data this.serviceBranchList = resp.data.data
}) })
}, },
// 获取所有项目名称 // 获取所有项目名称
......
...@@ -573,13 +573,13 @@ export default { ...@@ -573,13 +573,13 @@ export default {
focusevent(name) { focusevent(name) {
getGitBranchList({ projectName: name }).then((resp) => { getGitBranchList({ projectName: name }).then((resp) => {
this.serviceBranchList = resp.data.data.data this.serviceBranchList = resp.data.data
}) })
}, },
// 选择服务下拉框触发事件 // 选择服务下拉框触发事件
selectServiceModel(item) { selectServiceModel(item) {
getGitBranchList({ projectName: item }).then((resp) => { getGitBranchList({ projectName: item }).then((resp) => {
this.serviceBranchList = resp.data.data.data this.serviceBranchList = resp.data.data
}) })
}, },
// 获取ding_robot列表 // 获取ding_robot列表
......
...@@ -318,13 +318,13 @@ export default { ...@@ -318,13 +318,13 @@ export default {
}, },
focusevent(name) { focusevent(name) {
getGitBranchList({ projectName: name }).then((resp) => { getGitBranchList({ projectName: name }).then((resp) => {
this.serviceBranchList = resp.data.data.data this.serviceBranchList = resp.data.data
}) })
}, },
// 选择服务下拉框触发事件 // 选择服务下拉框触发事件
selectServiceModel(item) { selectServiceModel(item) {
getGitBranchList({ projectName: item }).then((resp) => { 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