From 459db55453ec330d685122c63367cddefab58944 Mon Sep 17 00:00:00 2001 From: ZJYHX Date: Wed, 23 Apr 2025 13:46:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=80=81=E5=AE=A2=E6=88=B7:=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=95=B0=E6=8D=AE=E9=87=8F=E5=A4=A7=E6=97=B6=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E7=8A=B6=E6=80=81=E4=B8=8D=E6=8F=90=E5=89=8D=E6=B6=88?= =?UTF-8?q?=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/CustomerStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/CustomerStore.js b/src/stores/CustomerStore.js index 6e3ed7c..2a53605 100644 --- a/src/stores/CustomerStore.js +++ b/src/stores/CustomerStore.js @@ -146,7 +146,6 @@ class CustomerStore { this.regular_data.data_detail = json; } if (isCompareRender){ - this.regular_data.detail_loading = false; this.regular_data.solidLineTime=date_picker_store.start_date.format(config.DATE_FORMAT)+ '-' +date_picker_store.end_date.format(config.SMALL_DATETIME_FORMAT); this.regular_data.solidLineCompareTime=date_picker_store.start_date_cp.format(config.DATE_FORMAT)+ '-' +date_picker_store.end_date_cp.format(config.SMALL_DATETIME_FORMAT); const dump_l = (json || []).filter(ele => ele.COLI_IsOld !== '' && ele.COLI_IsCusCommend !== '').length; @@ -200,6 +199,7 @@ class CustomerStore { } seriesCompareData.push(...fistCompareDetail); } + this.regular_data.detail_loading = false; this.regular_data.pivotData = seriesCompareData; // { IsOldData, isCusCommendData, }; this.regular_data.pivotY = pivotByOrder; this.regular_data.pivotX = pivotByDate;