Commit bd373e5d authored by rencs's avatar rencs

Merge branch 'dev-td' into 'master-td'

1.8

See merge request !7
parents 419c43d3 787383b9
......@@ -324,8 +324,19 @@ export default {
this.getTotalMount();
},
getTotalMount() {
this.listQuery.status = 6;
activeAmountTotal(this.listQuery).then((res) => {
let data = {
page: 1,
limit: 10,
activityId: this.listQuery.activityId,
orderNo: this.listQuery.orderNo,
phone: this.listQuery.phone,
status: 6,
startPayTime: this.listQuery.startPayTime,
endPayTime: this.listQuery.endPayTime,
name: this.listQuery.name,
leaderPhone: this.listQuery.leaderPhone,
};
activeAmountTotal(data).then((res) => {
if (res.status == 200) {
this.totalobj = res.data;
}
......
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