diff --git a/src/stores/CustomerServices.js b/src/stores/CustomerServices.js index fb399ed..fa4cb30 100644 --- a/src/stores/CustomerServices.js +++ b/src/stores/CustomerServices.js @@ -177,7 +177,6 @@ class CustomerServices { .append('OldDate1', this.startDateString) .append('OldDate2', this.endDateString) .append('DepList', this.selectedTeam) - .append('Country', this.selectedCountry) .build(); req.fetchJSON(fetchUrl) .then(json => { @@ -241,7 +240,7 @@ class CustomerServices { title: '前勤分', dataIndex: 'qianqin', children: [{ - title: '-', + title: total1.qianqin, dataIndex: 'qianqin' } ]