Commit 2afeea1f by 米嘉伟

问题修改

parent 60e2848b
VUE_APP_AUTO_WRITE = dev VUE_APP_AUTO_WRITE = dev
VUE_APP_BB_IP = http://192.168.128.101:8075/ VUE_APP_BB_IP = http://zwpt.xzclub.top:9334/
\ No newline at end of file \ No newline at end of file
...@@ -184,6 +184,10 @@ export default { ...@@ -184,6 +184,10 @@ export default {
this.handleQuery() this.handleQuery()
}, },
methods: { methods: {
handleSizeChange (pageSize) {
// this.reqParam.page.pageSize = pageSize;
//console.log("每页条数", this.reqParam.page.pageSize);
},
handleCurrentChange (page) { handleCurrentChange (page) {
// this.reqParam.page.currPage = page; // this.reqParam.page.currPage = page;
//console.log("当前页", this.reqParam.page.currPage); //console.log("当前页", this.reqParam.page.currPage);
......
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