add dialog car payload
This commit is contained in:
parent
632808c10f
commit
264d5cb3c7
@ -39,10 +39,7 @@ export default {
|
|||||||
watch: {
|
watch: {
|
||||||
$route: {
|
$route: {
|
||||||
handler: function (route) {
|
handler: function (route) {
|
||||||
if (route.query.code) {
|
this.triggerUpdateKey = Math.random().toString();
|
||||||
this.triggerUpdateKey = Math.random().toString();
|
|
||||||
console.log("[$oute changed] val.params.id", route.query.code, this.triggerUpdateKey);
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
immediate: true,
|
immediate: true,
|
||||||
deep: true,
|
deep: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user