Commit 100aa3f9 authored by youjie's avatar youjie

no message

parent 396e2c6d
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,7 @@
padding: 5px 10px; padding: 5px 10px;
} }
.GroupRateQuery-scope-box{ .GroupRateQuery-scope-box{
height: 60px; height: 40px;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
align-items: center; align-items: center;
...@@ -601,11 +601,10 @@ export default { ...@@ -601,11 +601,10 @@ export default {
this.multipleSelection = val; this.multipleSelection = val;
}, },
handleCurrentChanges(val){ handleCurrentChanges(val){
this.pageIndex = this.msg.pageIndex = val; this.msg.pageIndex = val;
this.getPageList(); this.getPageList();
}, },
getPageList(){ // 获取列表数据 getPageList(){ // 获取列表数据
// this.financeinfo_post_GetList()
if(this.transactionDate){ if(this.transactionDate){
this.msg.QStartDate = this.transactionDate[0] this.msg.QStartDate = this.transactionDate[0]
this.msg.QEndDate = this.transactionDate[1] this.msg.QEndDate = this.transactionDate[1]
......
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