Skip to content

Commit

Permalink
Merge pull request #81 from hLinx/feature_3.3.5_new
Browse files Browse the repository at this point in the history
feature: 全局变量支持批量编辑 #43
  • Loading branch information
hLinx committed Jul 13, 2021
2 parents fb4cd4b + ba50848 commit 68f6cee
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 68f6cee

Please sign in to comment.