Commit a0220f4d authored by “yiyousong”'s avatar “yiyousong”

pref:修改公共库

parent 9650ccf9
...@@ -176,11 +176,13 @@ export default { ...@@ -176,11 +176,13 @@ export default {
}, },
handleSarch() { handleSarch() {
this.current = 1; this.current = 1;
this.$refs.multipleTable.clearSelection();
this.getPbuList(); this.getPbuList();
}, },
resetSearch() { resetSearch() {
this.current = 1; this.current = 1;
this.searchVal = ""; this.searchVal = "";
this.$refs.multipleTable.clearSelection();
this.getPbuList(); this.getPbuList();
}, },
changePagination(cur) { changePagination(cur) {
......
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