Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Jul 31, 2019
1 parent 44674c2 commit d9c9d98
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/index.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function defaultFilterRender(h, filterRender, params, context) {
}
},
on: getFilterEvents(_defineProperty({}, type, function () {
context.changeMultipleOption({}, !!item.data, item);
context[column.filterMultiple ? 'changeMultipleOption' : 'changeRadioOption']({}, !!item.data, item);
}), filterRender, params)
});
});
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
}
},
on: getFilterEvents(_defineProperty({}, type, function () {
context.changeMultipleOption({}, !!item.data, item);
context[column.filterMultiple ? 'changeMultipleOption' : 'changeRadioOption']({}, !!item.data, item);
}), filterRender, params)
});
});
Expand Down
2 changes: 1 addition & 1 deletion dist/index.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function defaultFilterRender (h, filterRender, params, context) {
},
on: getFilterEvents({
[type] () {
context.changeMultipleOption({}, !!item.data, item)
context[column.filterMultiple ? 'changeMultipleOption' : 'changeRadioOption']({}, !!item.data, item)
}
}, filterRender, params)
})
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vxe-table-plugin-antd",
"version": "1.2.1",
"version": "1.2.2",
"description": "vxe-table render cell plugins for ant-design-vue.",
"scripts": {
"lib": "gulp build"
Expand Down

0 comments on commit d9c9d98

Please sign in to comment.