problem description
the view button of the orderPending page will jump to the viewDetail route, and the height of the jumped page will be stretched by the height of the previous orderPending page.
uses vue dynamic routing, as follows
the environmental background of the problems and what methods you have tried
related codes
/ / Please paste the code text below (do not replace the code with pictures)
this.$router.push ({
path: `orderPending/view/${data.cpid}`,
query: {data: data}
})
what result do you expect? What is the error message actually seen?