Browse Source

bug修复

wangtong 1 year ago
parent
commit
934e20fca7
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/components/ConstructionDetails/index.vue

+ 3 - 1
src/components/ConstructionDetails/index.vue

@@ -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