作者 xudada

主单管理搜索

@@ -146,11 +146,11 @@ @@ -146,11 +146,11 @@
146 methods: { 146 methods: {
147 handleSizeChange(val) { 147 handleSizeChange(val) {
148 this.query.pageSize=val; 148 this.query.pageSize=val;
149 - //this.getList(); 149 + this.getList();
150 }, 150 },
151 handleCurrentChange(val) { 151 handleCurrentChange(val) {
152 this.query.pageNum=val; 152 this.query.pageNum=val;
153 - //this.getList(); 153 + this.getList();
154 }, 154 },
155 /*handleClick(row) { 155 /*handleClick(row) {
156 console.log(row); 156 console.log(row);