瀏覽代碼

删除debugger

wang_xy 1 年之前
父節點
當前提交
7fa27be7cb
共有 2 個文件被更改,包括 4 次插入5 次删除
  1. 3 4
      src/components/ConstructionDetails/index.vue
  2. 1 1
      src/views/zdsz/engineeringCivil/index.vue

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

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

+ 1 - 1
src/views/zdsz/engineeringCivil/index.vue

@@ -1519,7 +1519,7 @@ export default {
           })
         }
         this.zEngineeringNodeBo=e
-        this.$refs.ConstructionDetails.open(dict, null, null, '民用', title,this.zEngineeringNodeBo.enginClassification,this.zEngineeringNodeBo.enginType)
+        this.$refs.ConstructionDetails.open(dict, null, null, '民用', title,this.zEngineeringNodeBo.enginClassification,this.zEngineeringNodeBo.enginType,"民用工程")
       })
     },
     viewNodeSource(e = null) {