Commit 0b46fcb8 by 姜雷

修改问题

parent 1fd8b345
{
"name": "rym-element-ui",
"version": "0.1.70",
"version": "0.1.71",
"description": "任意门组件库",
"main": "lib/rymUi.common.js",
"scripts": {
......
......@@ -227,7 +227,7 @@ export default {
},
addSelectedValue(flag) {
this.trueValue = flag
? this.list.map(i => i.id)
? this.list.map(i => i[this.mapProps.key])
: [...this.trueValue, ...this.selected.all];
this.selected.all = [];
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment