Browse Source

修复价格刷新bug

dev-xx
qb 9 months ago
parent
commit
4172c34771
  1. 5
      src/views/financialsector/CustomerBaseprice.vue

5
src/views/financialsector/CustomerBaseprice.vue

@ -381,11 +381,8 @@ onActivated(() => {
console.log('进入缓存'); console.log('进入缓存');
if ($useStore.state.isRefresh.refreshObj.CustomerBaseprice) { if ($useStore.state.isRefresh.refreshObj.CustomerBaseprice) {
//
this.pickerClipData.splice(0);
// //
this.initPage(); searchReset();
$useStore.commit('EDIT_REFRESHITEM', { title: 'CustomerBaseprice', status: false }); $useStore.commit('EDIT_REFRESHITEM', { title: 'CustomerBaseprice', status: false });
} }

Loading…
Cancel
Save