|
@@ -417,6 +417,7 @@ export default {
|
|
},
|
|
},
|
|
// 缴费记录
|
|
// 缴费记录
|
|
doRouter: function () {
|
|
doRouter: function () {
|
|
|
|
+ this.$store.dispatch('clearUnlicensed');
|
|
window?.toWXSendMsg({
|
|
window?.toWXSendMsg({
|
|
type: 'uni_func',
|
|
type: 'uni_func',
|
|
funcName: 'setStorageSync',
|
|
funcName: 'setStorageSync',
|
|
@@ -434,6 +435,7 @@ export default {
|
|
},
|
|
},
|
|
// 车牌管理
|
|
// 车牌管理
|
|
doRouter2: function () {
|
|
doRouter2: function () {
|
|
|
|
+ this.$store.dispatch('clearUnlicensed');
|
|
window?.toWXSendMsg({
|
|
window?.toWXSendMsg({
|
|
type: 'uni_func',
|
|
type: 'uni_func',
|
|
funcName: 'setStorageSync',
|
|
funcName: 'setStorageSync',
|
|
@@ -452,6 +454,7 @@ export default {
|
|
},
|
|
},
|
|
//停车发票
|
|
//停车发票
|
|
doRouter1: function () {
|
|
doRouter1: function () {
|
|
|
|
+ this.$store.dispatch('clearUnlicensed');
|
|
window?.toWXSendMsg({
|
|
window?.toWXSendMsg({
|
|
type: 'uni_func',
|
|
type: 'uni_func',
|
|
funcName: 'setStorageSync',
|
|
funcName: 'setStorageSync',
|
|
@@ -480,6 +483,7 @@ export default {
|
|
},
|
|
},
|
|
//停车券兑换
|
|
//停车券兑换
|
|
doRouter3: function () {
|
|
doRouter3: function () {
|
|
|
|
+ this.$store.dispatch('clearUnlicensed');
|
|
window?.toWXSendMsg({
|
|
window?.toWXSendMsg({
|
|
type: 'uni_func',
|
|
type: 'uni_func',
|
|
funcName: 'setStorageSync',
|
|
funcName: 'setStorageSync',
|
|
@@ -598,7 +602,7 @@ export default {
|
|
gateId: qrCodesres.gateId,
|
|
gateId: qrCodesres.gateId,
|
|
vehicleNo: '',
|
|
vehicleNo: '',
|
|
type: this.unlicensedInfo.type
|
|
type: this.unlicensedInfo.type
|
|
- }
|
|
|
|
|
|
+ }
|
|
})
|
|
})
|
|
// const res = await unlicensedCarCheckout({
|
|
// const res = await unlicensedCarCheckout({
|
|
// gateId: qrCodesres.gateId
|
|
// gateId: qrCodesres.gateId
|