Skip to content

Commit

Permalink
Merge pull request #2596 from fannluo/bugfix_ip_selector_V3.6.X
Browse files Browse the repository at this point in the history
bugfix:IP选择器保存筛选、排除条件后,编辑状态下不显示问题修复(V3.6.X)
  • Loading branch information
homholueng authored Sep 3, 2020
2 parents f7beb0f + d2e0891 commit afbff6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev_log/dev/fannluo_202008312024.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfix:
- "IP选择器保存筛选、排除条件后,编辑状态下不显示问题修复"
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@
this.topo = topo.slice(0)
this.filters = filters.slice(0)
this.excludes = excludes.slice(0)
this.conditions = this.getConditions(filters, excludes)
},
deep: true
}
Expand Down

0 comments on commit afbff6c

Please sign in to comment.