Commit b7989e3a by liudx

修改切换骨干企业第一次纸制品不显示

parent a18c0a8e
...@@ -694,7 +694,7 @@ export default { ...@@ -694,7 +694,7 @@ export default {
this.getAttractSdmap(); this.getAttractSdmap();
}, },
async getChain(inid) { async getChain(inid) {
console.log(inid);
if (inid == "生物医药大健康") { if (inid == "生物医药大健康") {
inid = "医药"; inid = "医药";
let res = await API2.chain(inid, 1); let res = await API2.chain(inid, 1);
...@@ -716,7 +716,7 @@ export default { ...@@ -716,7 +716,7 @@ export default {
this.upstream = this.IndustrialChain.nodeList[0]; this.upstream = this.IndustrialChain.nodeList[0];
this.midstream = this.IndustrialChain.nodeList[1]; this.midstream = this.IndustrialChain.nodeList[1];
this.downstream = this.IndustrialChain.nodeList[2]; this.downstream = this.IndustrialChain.nodeList[2];
} else if (inid == "纸制品加工及卫品") { } else if (inid == "纸制品加工及卫品" ||inid=="钢铁") {
inid = "纸制品加工及卫品"; inid = "纸制品加工及卫品";
this.upstream = { this.upstream = {
level: 1, level: 1,
......
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