Skip to content

Commit

Permalink
Merge pull request #10138 from vhwweng/issue_10019
Browse files Browse the repository at this point in the history
feat:支持插件开发者设置默认的超时时间和默认的失败时的策略 #10019
  • Loading branch information
bkci-bot authored May 30, 2024
2 parents d2bb605 + 89c7827 commit a853527
Show file tree
Hide file tree
Showing 3 changed files with 194 additions and 173 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
<atom-option
v-if="element['@type'] !== 'manualTrigger'"
:element-index="elementIndex"
:atom-props-model="atom.atomModal.props"
:container-index="containerIndex"
:stage-index="stageIndex"
:element="element"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
atomVersion () {
return this.element.version
},
atomOptionConfig () {
return this.atomPropsModel.config || {}
},
optionModel () {
const model = { ...this.ATOM_OPTION }
const failControlManualRetryOption = {
Expand Down
Loading

0 comments on commit a853527

Please sign in to comment.