Skip to content

Commit

Permalink
fix: 轻应用编辑选择执行方案后不生效问题修复 --story=136521791
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 28351
  • Loading branch information
ywywZhou committed Jan 3, 2025
1 parent 9b7fa47 commit fe26443
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions frontend/desktop/src/pages/appmaker/AppEditDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
:placeholder="$t('请选择')"
:clearable="true"
:is-loading="schemeLoading"
:key="schemeLoading"
@selected="onSelectScheme">
<bk-option
v-for="(option, index) in schemeList"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
@onSelectSubflow="onSelectSubflow">
</NodePreview>
<component
v-if="!templateLoading"
:is="schemeTemplate"
ref="taskScheme"
:project_id="project_id"
Expand Down

0 comments on commit fe26443

Please sign in to comment.