Commit 100aa3f9 authored by youjie's avatar youjie

no message

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