|
|
@ -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 }); |
|
|
|
} |
|
|
|
} |
|
|
|