浏览代码

bug修复

wangtong 1 年之前
父节点
当前提交
934e20fca7
共有 1 个文件被更改,包括 3 次插入1 次删除
  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