Skip to content

Commit

Permalink
bugfix: 插件状态 - 过滤图标不展示问题修复 (closed #1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
GONGONGONG authored and ZhuoZhuoCrayon committed Sep 23, 2022
1 parent 857c9d7 commit 9c8d68c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev_log/2.2.25/daoqgong_202209231640.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
bugfix:
- "插件状态 - 过滤图标不展示问题修复 (closed #1137)"
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ export default class PluginRuleTable extends Mixins(HeaderRenderMixin) {
}
private created() {
this.filterData.splice(0, this.filterData.length, ...JSON.parse(JSON.stringify(this.searchSelectData)));
this.pluginNames.forEach((name) => {
this.$set(this.filterField, name, { name, id: name, checked: true, disabled: false, mockChecked: true });
});
Expand Down

0 comments on commit 9c8d68c

Please sign in to comment.