57862207 hai 11 meses
pai
achega
56e7361df8
Modificáronse 1 ficheiros con 5 adicións e 2 borrados
  1. 5 2
      src/views/ordinaryPage/index.vue

+ 5 - 2
src/views/ordinaryPage/index.vue

@@ -2620,8 +2620,11 @@ export default {
       var objRBL = JSON.parse(strRemoteBenchList);
       console.log("zmg1", objRBL);
       var objRBLReverse = [];
-      for (; objRBL.length > 0; ) {
-        objRBLReverse.push(objRBL.pop());
+      if(objRBL)
+      {
+        for (; objRBL.length > 0; ) {
+          objRBLReverse.push(objRBL.pop());
+        }
       }
       if (objRBLReverse.length > 0) {
         setTimeout(() => {