Parcourir la source

websocket地址修改

duy il y a 1 mois
Parent
commit
ff96dd494d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/tentative/material/sampling.vue

+ 1 - 1
src/views/tentative/material/sampling.vue

@@ -514,7 +514,7 @@ const editFormModalClick = () => {
             isRfid: isNullES(obj.rfId) ? 0 : 1,
         }
         addEditFormModal.value = true
-        requestDevice()
+        // requestDevice()
     } else if (keys.length > 1) {
         window?.$message?.warning('只能选择一条数据编辑')
     }