@@ -217,6 +217,7 @@
if (response.data.data.length == 1) {
this.wareId = response.data.data[0].id
this.getAllStackByWareId(this.wareId)
+ this.getArea()
}
});
},