xhd 2017-03-27 16:45:59 +08:00 committed by 杨奕
parent 9490e5d40f
commit f9d8a0e03f
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ TableStore.prototype.mutations = {
} }
const prop = column.property; const prop = column.property;
const filters = []; const filters = {};
if (prop) { if (prop) {
states.filters[column.id] = values; states.filters[column.id] = values;