|
@@ -636,8 +636,9 @@ export default {
|
|
|
console.log('节点',e)
|
|
|
this.node=e.name
|
|
|
this.nodesource=e
|
|
|
- let data = {enginSort:this.enginType}
|
|
|
+ let data = {enginSort:this.enginSort}
|
|
|
console.log(this.node)
|
|
|
+ data.enginType=this.enginType
|
|
|
data.enginStep = this.node
|
|
|
data.enginNode = this.enginClassification
|
|
|
if(this.node == '阀管'){
|
|
@@ -702,6 +703,7 @@ export default {
|
|
|
// if (kind=='民用'||kind=='基建'){
|
|
|
this.enginType=enginType
|
|
|
this.enginClassification=enginClassification
|
|
|
+ this.enginSort=enginSort
|
|
|
let data = {enginType:enginType}
|
|
|
data.enginSort = enginSort
|
|
|
data.enginNode = enginClassification
|