正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -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); |
-
请 注册 或 登录 后发表评论