Commit fa24d865 authored by 李智书's avatar 李智书

1.修改费学生列表数据检索问题

parent bdfd1aff
...@@ -212,7 +212,7 @@ ...@@ -212,7 +212,7 @@
return v.text return v.text
}).join() }).join()
this.dropTitle = this.items[this.activeIndex].groupname + "/" + children this.dropTitle = this.items[this.activeIndex].groupname + "/" + children
this.pageCurrent = 1
this.queryChargeUserPage(this.allData.chargeId, this.searchValue) this.queryChargeUserPage(this.allData.chargeId, this.searchValue)
} catch (e) { } catch (e) {
//TODO handle the exception //TODO handle the exception
...@@ -338,7 +338,7 @@ ...@@ -338,7 +338,7 @@
page { page {
background: #F3F5F6; background: #F3F5F6;
} }
.bottomtxt { .bottomtxt {
// height: 21rpx; // height: 21rpx;
font-size: 22rpx; font-size: 22rpx;
......
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