lighter 3 years ago
parent
commit
6ae4e710ff
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/examination/MixLabelPrinter.vue

+ 3 - 1
src/views/examination/MixLabelPrinter.vue

@@ -93,7 +93,9 @@ const begnPrint = async () => {
     }
   }
   selectMaxLabelRange().then((origin) => {
-    startLabel = origin.advise
+    if (origin.advise) {
+      startLabel = origin.advise
+    }
   })
 }