Vue query passes parameters,

problem description


vue query pass parameters, click next on the raw material information page to jump to the next page, and then return to the raw material information page. Click on the next step to output all [object,object]

.

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)

what result do you expect? What is the error message actually seen?

what is the reason for this

Dec.21,2021

Black question mark. JPG ?
list=xxx&list=xxx&list=xxx
what kind of coquettish operation is this?
shouldn't the URL parameter field be unique?


if you remember correctly, url cannot pass a value to an object. You first convert the object to a json string and then pass the value. Get the value and convert it to an object


you need json.stringify and json.parse


you can only pass a string. You need to change the format. The god on the third floor gives you a message

.
Menu