Skip to content

Commit

Permalink
fix: 模板管理-模板套餐参数错误问题--bug=128884867
Browse files Browse the repository at this point in the history
  • Loading branch information
q15971095971 committed Aug 16, 2024
1 parent cef9d87 commit c458ed2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
user_group,
template_ids: props.configs.map((item) => item.id),
app_ids: appIds,
template_space_id: bkBizId.value,
template_space_id: props.currentTemplateSpace,
exclusion_operation: props.isAcrossChecked,
template_set_id: props.currentPkg !== undefined ? props.currentPkg : 0,
no_set_specified: props.pkgType === 'without',
Expand Down

0 comments on commit c458ed2

Please sign in to comment.