Pārlūkot izejas kodu

Merge branch 'demo_' of http://124.71.196.186:8888/hfxc226/hitch-antd into demo_

408249787 2 gadi atpakaļ
vecāks
revīzija
cbd808772d
1 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  1. 3 1
      src/views/opc/Opc.vue

+ 3 - 1
src/views/opc/Opc.vue

@@ -137,13 +137,15 @@ export default {
         this.imgUrl = res.data.opcImg
         console.log(this.imgUrl)
       })
+      console.log('0:' + new Date())
       queryRemoteOpc({ line: this.positionId })
         .then((res) => {
-          console.log(res.data)
+          console.log('1:' + new Date())
           this.dotList = res.data
           this.dotList.forEach(item => {
             item.isActive = false
           })
+          console.log('2:' + new Date())
         })
     },
     setTree (record = {}) {