提交 03c39aee 编写于 作者: W wenyann

''

上级 9ab8e749
......@@ -157,11 +157,11 @@
}*/
sort(column) {
_sort(column, this.condition);
this.initTableData();
this.init();
},
filter(filters) {
_filter(filters, this.condition);
this.initTableData();
this.init();
},
},
created() {
......
......@@ -193,11 +193,11 @@
},
filter(filters) {
_filter(filters, this.condition);
this.init();
this.initTableData();
},
sort(column) {
_sort(column, this.condition);
this.init();
this.initTableData();
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册