diff --git a/src/views/modules/pms/carHistory/index.vue b/src/views/modules/pms/carHistory/index.vue index 6261ca2..2a930cf 100644 --- a/src/views/modules/pms/carHistory/index.vue +++ b/src/views/modules/pms/carHistory/index.vue @@ -39,10 +39,7 @@ export default { watch: { $route: { handler: function (route) { - if (route.query.code) { - this.triggerUpdateKey = Math.random().toString(); - console.log("[$oute changed] val.params.id", route.query.code, this.triggerUpdateKey); - } + this.triggerUpdateKey = Math.random().toString(); }, immediate: true, deep: true,