装册扫码

main
JilingLee 1 year ago
parent 97d9ca0450
commit 45b6ecd28b

@ -93,7 +93,8 @@ export default {
}, },
methods: { methods: {
getCodeValueo() { getCodeValueo() {
const name =this.$route.query.codeVule const params = new URLSearchParams(location.search);
const name = params.get("codeValue");
console.log(name); console.log(name);
getCodeValueo({ codeValue: name }).then((response) => { getCodeValueo({ codeValue: name }).then((response) => {
this.form = response.data; this.form = response.data;

Loading…
Cancel
Save