deepsea 1 ano atrás
pai
commit
a69d90a60e
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/uwb-sample.js

+ 1 - 1
src/uwb-sample.js

@@ -760,7 +760,7 @@ export function uwbMain(domId, modelWidth, modelHeight, finalMode, callback) {
           benchListInterval = setInterval(() => {
             let benchIdList = window.store.getters['benchList/getBenchList'].map(m => m.id);
             if (benchIdList.length > 0) {
-              clearInterval(benchListInterval)
+              // clearInterval(benchListInterval)
               getsqlData(sdkInstance, uwbInstance, false)
             }
           }, 500);