Commit 9c678f0b by 刘泽奇

123

parent a903c932
...@@ -377,36 +377,12 @@ export default { ...@@ -377,36 +377,12 @@ export default {
// 云 ******************* // 云 *******************
regParkOptions: [ regParkOptions: [
{ {
value: "上海云上公司", value: "贵州园区",
label: "上海云上公司" label: "贵州园区"
}, },
{ {
value: "东莞云上公司", value: "开封园区",
label: "东莞云上公司" label: "开封园区"
},
{
value: "东营云上公司",
label: "东营云上公司"
},
{
value: "中山云上公司",
label: "中山云上公司"
},
{
value: "重庆云上公司",
label: "重庆云上公司"
},
{
value: "郑州云上公司",
label: "郑州云上公司"
},
{
value: "贵州云上公司",
label: "贵州云上公司"
},
{
value: "开封云上公司",
label: "开封云上公司"
} }
], ],
regPark: "", regPark: "",
...@@ -514,6 +490,12 @@ export default { ...@@ -514,6 +490,12 @@ export default {
.then(res => { .then(res => {
console.log(res.data); console.log(res.data);
if (res.data.status == 0) { if (res.data.status == 0) {
if (sessionStorage.activeName) {
sessionStorage.removeItem("activeName");
sessionStorage.activeName = this.activeName;
} else {
sessionStorage.activeName = this.activeName;
}
location.reload(); location.reload();
this.$message("该方案已作废"); this.$message("该方案已作废");
} }
...@@ -804,7 +786,7 @@ export default { ...@@ -804,7 +786,7 @@ export default {
display: block; display: block;
width: 6px; width: 6px;
height: 6px; height: 6px;
background: rgba(0,0,0,0.25); background: rgba(0, 0, 0, 0.25);
border-radius: 6px; border-radius: 6px;
transform: translate(-4px, 1px); 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