Skip to content

Commit

Permalink
feature: 全局变量支持批量编辑 TencentBlueKing#43
Browse files Browse the repository at this point in the history
  • Loading branch information
hailinxiao committed Jul 12, 2021
1 parent c78b557 commit ba50848
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@
subTitle: I18n.t('template.若该变量被步骤引用,请及时检查并更新步骤设置'),
confirmFn: () => {
const currentVar = this.variable[index];
if (currentVar.id) {
if (currentVar.id > 0) {
// 删除已存在的变量——设置delete
currentVar.delete = 1;
} else {
Expand Down

0 comments on commit ba50848

Please sign in to comment.