add dialog car payload
This commit is contained in:
parent
632808c10f
commit
264d5cb3c7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user