guoyujia 2 tuần trước cách đây
mục cha
commit
4ad2595a92
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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;
+      });
     })
 }