|
@@ -178,9 +178,9 @@ export default {
|
|
|
message: '修改车牌成功',
|
|
|
position: 'top',
|
|
|
onClose: () => {
|
|
|
- this.$router.replace({
|
|
|
- path: `vehicleManagement`,
|
|
|
- });
|
|
|
+ // this.$router.replace({
|
|
|
+ // path: `vehicleManagement`,
|
|
|
+ // });
|
|
|
setTimeout(() => {
|
|
|
this.$router.go(-1)
|
|
|
}, 300)
|
|
@@ -201,9 +201,9 @@ export default {
|
|
|
message: '绑定车牌成功',
|
|
|
position: 'top',
|
|
|
onClose: () => {
|
|
|
- this.$router.replace({
|
|
|
- path: `vehicleManagement`,
|
|
|
- });
|
|
|
+ // this.$router.replace({
|
|
|
+ // path: `vehicleManagement`,
|
|
|
+ // });
|
|
|
setTimeout(() => {
|
|
|
this.$router.go(-1)
|
|
|
}, 300)
|