|
@@ -272,6 +272,7 @@ export default {
|
|
|
this.$store.commit('cachedViews/DEL_CACHED_VIEW', {
|
|
|
name: 'parkingFeeDetailV2',
|
|
|
});
|
|
|
+ this.$store.commit('SET_REGRESH_PAGE_KEY')
|
|
|
this.$nextTick(() => {
|
|
|
const query = {
|
|
|
...this.$route.query,
|
|
@@ -293,7 +294,7 @@ export default {
|
|
|
this.$store.commit('cachedViews/DEL_CACHED_VIEW', {
|
|
|
name: 'parkingFeeDetailV2',
|
|
|
});
|
|
|
-
|
|
|
+ this.$store.commit('SET_REGRESH_PAGE_KEY')
|
|
|
this.$nextTick(() => {
|
|
|
const query = {
|
|
|
...this.$route.query,
|
|
@@ -447,6 +448,7 @@ export default {
|
|
|
// this.$router.push({ path: 'login' });
|
|
|
// return;
|
|
|
// }
|
|
|
+ this.$store.commit('SET_REGRESH_PAGE_KEY')
|
|
|
this.$router.push({ path: 'parkingFeeList', query: this.$route.query });
|
|
|
},
|
|
|
// 车牌管理
|
|
@@ -460,6 +462,7 @@ export default {
|
|
|
// value: ''
|
|
|
// },
|
|
|
// });
|
|
|
+ this.$store.commit('SET_REGRESH_PAGE_KEY')
|
|
|
uni.setStorageSync('loadData', '');
|
|
|
// if (this.$store.state.isLogin === 'loginDenied') {
|
|
|
// this.$router.push({ path: 'login' });
|
|
@@ -506,6 +509,7 @@ export default {
|
|
|
uni.hideLoading()
|
|
|
uni.removeStorageSync('invoiceindex');
|
|
|
this.$store.dispatch('clearUnlicensed');
|
|
|
+ this.$store.commit('SET_REGRESH_PAGE_KEY')
|
|
|
// window?.toWXSendMsg({
|
|
|
// type: 'uni_func',
|
|
|
// funcName: 'setStorageSync',
|