liuyanpeng 2 anos atrás
pai
commit
ab3df27066

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "client-eam-v3",
   "description": "Leanwo Prodog Client",
-  "version": "3.0.64",
+  "version": "3.0.66",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "scripts": {
     "dev": "cross-env webpack serve --config ./webpack.dev.js",

+ 1 - 0
src/components/customer/ManuallyConfirmCountingDataStep1.vue

@@ -222,6 +222,7 @@ const generateInventory = id => {
       }
     },
     error: function (XMLHttpRequest, textStatus, errorThrown) {
+      loading.value = false;
       Common.processException(XMLHttpRequest, textStatus, errorThrown);
     },
   });