Commit c6a73d04 by 刘泽奇

123

parent 9c678f0b
......@@ -426,7 +426,8 @@ export default {
// 获取详情数据
detailsData: {},
baseURL: "",
detailsNeedNo: ""
detailsNeedNo: "",
headers: {}
};
},
methods: {
......@@ -480,12 +481,7 @@ export default {
solutionNo: row.solutionNo
}
},
{
headers: {
token: "3260d5a2452441dd93ecc7ecb35f6dc0",
userpin: "417c247bc8664999a508fd710cc25567"
}
}
this.headers
)
.then(res => {
console.log(res.data);
......@@ -544,12 +540,7 @@ export default {
orgType: this.tissue || ""
}
},
{
headers: {
token: "3260d5a2452441dd93ecc7ecb35f6dc0",
userpin: "417c247bc8664999a508fd710cc25567"
}
}
this.headers
)
.then(res => {
console.log(res.data.msg);
......@@ -601,12 +592,7 @@ export default {
productType: this.pType || "" //产品类型
}
},
{
headers: {
token: "3260d5a2452441dd93ecc7ecb35f6dc0",
userpin: "417c247bc8664999a508fd710cc25567"
}
}
this.headers
)
.then(res => {
console.log(res);
......@@ -648,6 +634,12 @@ export default {
//生产环境
this.baseURL = "/web/action/icapi/springBoard";
}
this.headers = {
headers: {
token: "3260d5a2452441dd93ecc7ecb35f6dc0",
userpin: "417c247bc8664999a508fd710cc25567"
}
};
// console.log(JSON.parse(this.$route.query.data));
},
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