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