From 26dbfaafa064ee79fd4d07aed8e8fa15ec737c46 Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期四, 09 十二月 2021 14:01:32 +0800 Subject: [PATCH] fixed: my-consultant-list - childRoute error --- PAMapp/store/index.ts | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/PAMapp/store/index.ts b/PAMapp/store/index.ts index 6e91e76..e7bcff8 100644 --- a/PAMapp/store/index.ts +++ b/PAMapp/store/index.ts @@ -51,7 +51,6 @@ return; }; - if (localData?.length) { const agentNoList = localData.map(i => i.agentNo) await addFavoriteConsultant(agentNoList).then(res => { @@ -141,4 +140,4 @@ }); } -} \ No newline at end of file +} -- Gitblit v1.8.0