Explorar el Código

feat(live): save

gemercheung hace 4 años
padre
commit
bab8171bac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/scenes/bindModal.vue

+ 1 - 1
src/views/scenes/bindModal.vue

@@ -109,7 +109,7 @@
       function onDataReceive(data) {
         console.log('Data Received', data.id);
         searchInfo.brandId = data.id;
-        searchInfo.key = data.id;
+        // searchInfo.key = data.id;
         reload();
       }
       const handleSubmit = async () => {};