提交 ead5bd97 编写于 作者: yafei.li's avatar yafei.li

Merge branch 'feat/yf' into 'develop'

修改分页

See merge request !114
......@@ -162,12 +162,14 @@ export default {
const s = this.searchParam;
s.returnStatus = val;
this.searchParam = s;
s.pageNo=1;
this.inquirySearch("tab");
},
changeDatetime(val) {
const s = this.searchParam;
s.dateTime = val.format("yyyy-MM-dd");
this.searchParam = s;
s.pageNo=1;
this.inquirySearch("clear");
},
handleSizeChange(val) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册