Skip to content

Commit

Permalink
Merge pull request #11174 from vhwweng/issue_9820_
Browse files Browse the repository at this point in the history
feat:第三方构建机支持使用 dcoker 运行构建任务 #9820
  • Loading branch information
bkci-bot authored Oct 31, 2024
2 parents c7aed44 + 309a51f commit a90d02a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
methods: {
handleChangeInput (val, index) {
this.parameters[index] = val
this.handleChange(this.name, this.parameters)
this.handleChange(this.name, this.parameters.filter(i => !!i))
},
plusParam () {
this.parameters.push('')
Expand Down

0 comments on commit a90d02a

Please sign in to comment.