guoyujia hai 2 semanas
pai
achega
4ad2595a92
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/views/business/inventoryCheck/anyInboundCheckForm.vue

+ 3 - 1
src/views/business/inventoryCheck/anyInboundCheckForm.vue

@@ -247,7 +247,9 @@ function handleInventory() {
           }
           loading.value = false;
         }
-      );
+      ).catch(res => {
+        loading.value = false;
+      });
     })
 }