ZZJ před 3 roky
rodič
revize
473dd87309

+ 5 - 5
src/views/platform/bpmn/bpmInstHis/listType/heCha.vue

@@ -174,7 +174,7 @@ export default {
       queryPageList(this.getSearcFormData()).then(response => {
         let data = response.data.dataResult
 
-        console.log('csnz\n',data,'\n')
+        // console.log('csnz\n',data,'\n')
 
         for (let i in data) {
           let dept, user, tName, tYear
@@ -196,9 +196,9 @@ export default {
           }
         }
         /* 新增*/
-        console.log(this.dataConfig)
+        // console.log(this.dataConfig)
         this.getConfigId(this.dataConfig, response.data)
-        console.log(this.dataConfig)
+        // console.log(this.dataConfig)
         /* -0---------------*/
       }).catch(() => {
         this.loading = false
@@ -225,12 +225,12 @@ export default {
     },
     /* 设备核查*/
     sbhcjl(cont, data) {
-      console.log('设备核查',cont,data)
+      // console.log('设备核查',cont,data)
       for (let i in data) {
         if (data[i].bizKey == cont.id_) {
           data[i]["facility"] = cont.yi_qi_ming_cheng_
           data[i]["number"] = cont.shi_bie_hao_
-          console.log(cont.shi_bie_hao_ + " : "+ cont.yi_qi_ming_cheng_)
+          // console.log(cont.shi_bie_hao_ + " : "+ cont.yi_qi_ming_cheng_)
         }
       }
       // resolve(true)

+ 2 - 2
src/views/platform/bpmn/bpmInstHis/listType/sheBeiWeiXiu.vue

@@ -233,7 +233,7 @@ export default {
         if (data[i].bizKey == cont.id_) {
           data[i]["facility"] = cont.she_bei_ming_chen
           data[i]["number"] = cont.she_bei_bian_hao_
-          console.log(cont.she_bei_bian_hao_ + " : "+ cont.she_bei_ming_chen)
+          // console.log(cont.she_bei_bian_hao_ + " : "+ cont.she_bei_ming_chen)
         }
       }
     },
@@ -243,7 +243,7 @@ export default {
         if (data[i].bizKey == cont.id_) {
           data[i]["facility"] = cont.she_bei_ming_chen
           data[i]["number"] = cont.she_bei_b_h_id_
-          console.log(cont.she_bei_b_h_id_ + " : "+ cont.she_bei_ming_chen)
+          // console.log(cont.she_bei_b_h_id_ + " : "+ cont.she_bei_ming_chen)
         }
       }
     },

+ 2 - 2
src/views/platform/bpmn/bpmInstHis/listType/sheBeiYanShou.vue

@@ -234,12 +234,12 @@ export default {
       }
     },*/
     sbyzjl(cont, data) {
-      console.log('666',cont,data)
+      // console.log('666',cont,data)
       for (let i in data) {
         if (data[i].bizKey == cont.id_) {
           data[i]["facility"] = cont.yi_qi_ming_cheng_
           data[i]["number"] = cont.she_bei_bian_hao_
-          console.log(cont.she_bei_bian_hao_ + " : "+ cont.yi_qi_ming_cheng_)
+          // console.log(cont.she_bei_bian_hao_ + " : "+ cont.yi_qi_ming_cheng_)
         }
       }
     },