|
|
@ -93,8 +93,7 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
methods: {
|
|
|
|
methods: {
|
|
|
|
getCodeValueo() {
|
|
|
|
getCodeValueo() {
|
|
|
|
const params = new URLSearchParams(location.search);
|
|
|
|
const name =this.$route.query.codeVule
|
|
|
|
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;
|
|
|
|