瀏覽代碼

fixed #3800

https://github.com/ElemeFE/element/issues/3800 fixed
xhd 8 年之前
父節點
當前提交
f9d8a0e03f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/table/src/table-store.js

+ 1 - 1
packages/table/src/table-store.js

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