add dialog car payload

This commit is contained in:
lb 2023-03-22 16:35:18 +08:00
parent 632808c10f
commit 264d5cb3c7

View File

@ -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);
}
},
immediate: true,
deep: true,