Commit d619e6d1 authored by 袁玲利's avatar 袁玲利

汇总查询accountId传参修改

parent 12754fe5
...@@ -607,7 +607,7 @@ ...@@ -607,7 +607,7 @@
async getUserDealReportListAndSum() { async getUserDealReportListAndSum() {
const this_ = this; const this_ = this;
let params = { let params = {
accountId: 61, accountId: this.homeDataInfo.accountId,
userId: getQueryParams('userId'), //'2882955', //getQueryParams('userId'), userId: getQueryParams('userId'), //'2882955', //getQueryParams('userId'),
schoolId: getQueryParams('schoolId'), // '90118', //getQueryParams('schoolId'), schoolId: getQueryParams('schoolId'), // '90118', //getQueryParams('schoolId'),
userType: getQueryParams('userType'), //1, userType: getQueryParams('userType'), //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