Browse Source

feat(live): save

gemercheung 3 years ago
parent
commit
bab8171bac
1 changed files with 1 additions and 1 deletions
  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 () => {};