Commit c6a73d04 by 刘泽奇

123

parent 9c678f0b
...@@ -426,7 +426,8 @@ export default { ...@@ -426,7 +426,8 @@ export default {
// 获取详情数据 // 获取详情数据
detailsData: {}, detailsData: {},
baseURL: "", baseURL: "",
detailsNeedNo: "" detailsNeedNo: "",
headers: {}
}; };
}, },
methods: { methods: {
...@@ -480,12 +481,7 @@ export default { ...@@ -480,12 +481,7 @@ export default {
solutionNo: row.solutionNo solutionNo: row.solutionNo
} }
}, },
{ this.headers
headers: {
token: "3260d5a2452441dd93ecc7ecb35f6dc0",
userpin: "417c247bc8664999a508fd710cc25567"
}
}
) )
.then(res => { .then(res => {
console.log(res.data); console.log(res.data);
...@@ -544,12 +540,7 @@ export default { ...@@ -544,12 +540,7 @@ export default {
orgType: this.tissue || "" orgType: this.tissue || ""
} }
}, },
{ this.headers
headers: {
token: "3260d5a2452441dd93ecc7ecb35f6dc0",
userpin: "417c247bc8664999a508fd710cc25567"
}
}
) )
.then(res => { .then(res => {
console.log(res.data.msg); console.log(res.data.msg);
...@@ -601,12 +592,7 @@ export default { ...@@ -601,12 +592,7 @@ export default {
productType: this.pType || "" //产品类型 productType: this.pType || "" //产品类型
} }
}, },
{ this.headers
headers: {
token: "3260d5a2452441dd93ecc7ecb35f6dc0",
userpin: "417c247bc8664999a508fd710cc25567"
}
}
) )
.then(res => { .then(res => {
console.log(res); console.log(res);
...@@ -648,6 +634,12 @@ export default { ...@@ -648,6 +634,12 @@ export default {
//生产环境 //生产环境
this.baseURL = "/web/action/icapi/springBoard"; this.baseURL = "/web/action/icapi/springBoard";
} }
this.headers = {
headers: {
token: "3260d5a2452441dd93ecc7ecb35f6dc0",
userpin: "417c247bc8664999a508fd710cc25567"
}
};
// console.log(JSON.parse(this.$route.query.data)); // console.log(JSON.parse(this.$route.query.data));
}, },
mounted() { mounted() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment