From 264d5cb3c763c04249c8e791eb669958d1b6b764 Mon Sep 17 00:00:00 2001 From: lb Date: Wed, 22 Mar 2023 16:35:18 +0800 Subject: [PATCH] add dialog car payload --- src/views/modules/pms/carHistory/index.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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,