From b92c107522a64b7ed45be0885ed8965ff630f7a5 Mon Sep 17 00:00:00 2001 From: Jimmy Liow <18777396951@163.com> Date: Thu, 15 Dec 2022 09:55:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=89=8D=E5=8B=A4=E5=88=86?= =?UTF-8?q?=E5=B0=8F=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/CustomerServices.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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' } ]