hfxc226 2 vuotta sitten
vanhempi
commit
4cdd05c516
3 muutettua tiedostoa jossa 13 lisäystä ja 5 poistoa
  1. 10 5
      src/views/opc/Opc.vue
  2. 2 0
      src/views/opc/OpcInfo.vue
  3. 1 0
      src/views/remote/opc/modules/BaseForm.vue

+ 10 - 5
src/views/opc/Opc.vue

@@ -120,10 +120,13 @@ export default {
         xposition: newRect.left,
         yposition: newRect.top
       }
-      updateRemoteOpc(params).then(res => {
-        console.log(res)
-        this.dotList[this.optDot].isActive = false
-      })
+      console.log('1222222..........................')
+      if (params.id != null) {
+        updateRemoteOpc(params).then(res => {
+          console.log(res)
+          this.dotList[this.optDot].isActive = true
+        })
+      }
     },
     onCloseRight () {
       this.visibleRight = false
@@ -146,7 +149,7 @@ export default {
         .then((res) => {
           this.dotList = res.data
           this.dotList.forEach(item => {
-            item.isActive = false
+            item.isActive = true
           })
         })
     },
@@ -194,6 +197,8 @@ export default {
 }
 .info{
   font-size: 12px;
+  font-weight: bold;
+  color: blue;
   // transform: scale(0.5);
 }
 .icon{

+ 2 - 0
src/views/opc/OpcInfo.vue

@@ -188,6 +188,8 @@ export default {
 }
 .info{
   font-size: 12px;
+  font-weight: bold;
+  color: blue;
   // transform: scale(0.5);
 }
 .icon{

+ 1 - 0
src/views/remote/opc/modules/BaseForm.vue

@@ -385,6 +385,7 @@ export default {
               this.confirmLoading = false
             })
         } else {
+          console.log('..........................')
           updateRemoteOpc(values)
             .then(() => {
               this.handleCancel(values)