guoyujia hace 2 semanas
padre
commit
4ad2595a92
Se han modificado 1 ficheros con 3 adiciones y 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;
+      });
     })
 }