Commit c76de4d9 by 尹亚亭

Merge branch 'channel-access' of gitlab.gongsibao.com:jiangyong/zhichan into channel-access

parents ec148147 c6a73d04
......@@ -380,36 +380,12 @@ export default {
// 云 *******************
regParkOptions: [
{
value: "上海云上公司",
label: "上海云上公司"
value: "贵州园区",
label: "贵州园区"
},
{
value: "东莞云上公司",
label: "东莞云上公司"
},
{
value: "东营云上公司",
label: "东营云上公司"
},
{
value: "中山云上公司",
label: "中山云上公司"
},
{
value: "重庆云上公司",
label: "重庆云上公司"
},
{
value: "郑州云上公司",
label: "郑州云上公司"
},
{
value: "贵州云上公司",
label: "贵州云上公司"
},
{
value: "开封云上公司",
label: "开封云上公司"
value: "开封园区",
label: "开封园区"
}
],
regPark: "",
......@@ -453,7 +429,8 @@ export default {
// 获取详情数据
detailsData: {},
baseURL: "",
detailsNeedNo: ""
detailsNeedNo: "",
headers: {}
};
},
methods: {
......@@ -507,16 +484,17 @@ export default {
solutionNo: row.solutionNo
}
},
{
headers: {
token: "3260d5a2452441dd93ecc7ecb35f6dc0",
userpin: "7c00bdd9dde04c59a50a0a45788b9a59"
}
}
this.headers
)
.then(res => {
console.log(res.data);
if (res.data.status == 0) {
if (sessionStorage.activeName) {
sessionStorage.removeItem("activeName");
sessionStorage.activeName = this.activeName;
} else {
sessionStorage.activeName = this.activeName;
}
location.reload();
this.$message("该方案已作废");
}
......@@ -565,12 +543,7 @@ export default {
orgType: this.tissue || ""
}
},
{
headers: {
token: "3260d5a2452441dd93ecc7ecb35f6dc0",
userpin: "7c00bdd9dde04c59a50a0a45788b9a59"
}
}
this.headers
)
.then(res => {
console.log(res.data.msg);
......@@ -622,12 +595,7 @@ export default {
productType: this.pType || "" //产品类型
}
},
{
headers: {
token: "3260d5a2452441dd93ecc7ecb35f6dc0",
userpin: "7c00bdd9dde04c59a50a0a45788b9a59"
}
}
this.headers
)
.then(res => {
console.log(res);
......@@ -669,6 +637,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() {
......@@ -807,7 +781,7 @@ export default {
display: block;
width: 6px;
height: 6px;
background: #000000;
background: rgba(0, 0, 0, 0.25);
border-radius: 6px;
transform: translate(-4px, 1px);
}
......
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