Commit 787383b9 authored by rencs's avatar rencs

1.8

parent c142bf28
......@@ -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