Parcourir la source

1、优化产品

huangmp il y a 2 ans
Parent
commit
8456fcf220
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  1. 0 4
      src/views/modules/print/print-scan-delivery.vue

+ 0 - 4
src/views/modules/print/print-scan-delivery.vue

@@ -144,8 +144,6 @@ export default {
             this.getLogisticsInfo(this.scanOrderNo);
         }
           this.lastInputStr = substr;
-        }).catch((error) => {
-          this.$message.error(error)
         })
       }
     },
@@ -159,8 +157,6 @@ export default {
           this.printOrder = data;
         }
         this.infoVisible = true;
-      }).catch((error) => {
-
       })
     },
     handlePrintOrder(){