Authored by 李奇

fixed:清空筛选条件

... ... @@ -208,7 +208,10 @@ export default {
},
reset() {
this.$refs.filter.reset();
this.search();
this.nullData = true;
this.pageData.total = 0;
this.pageData.current = 1;
this.tableData = [];
},
pageChange(val) {
this.pageData.current = val;
... ...