From 4172c34771a35f8d72ae9e5e7475389270c2493d Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Fri, 17 May 2024 15:55:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=B7=E6=A0=BC=E5=88=B7?= =?UTF-8?q?=E6=96=B0bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/financialsector/CustomerBaseprice.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/views/financialsector/CustomerBaseprice.vue b/src/views/financialsector/CustomerBaseprice.vue index da0dc711..c8ec73e1 100644 --- a/src/views/financialsector/CustomerBaseprice.vue +++ b/src/views/financialsector/CustomerBaseprice.vue @@ -381,11 +381,8 @@ onActivated(() => { console.log('进入缓存'); if ($useStore.state.isRefresh.refreshObj.CustomerBaseprice) { - // 清空挑单夹中的数据 - this.pickerClipData.splice(0); - // 重新请求数据 - this.initPage(); + searchReset(); $useStore.commit('EDIT_REFRESHITEM', { title: 'CustomerBaseprice', status: false }); }