@@ -539,7 +539,7 @@ export default {
let that = this;
that.storagedetails().then(function (data) {
if (val) {
- that.posArr = rebuildData(val,that.posArr);
+ that.posArr = that.rebuildData(val,that.posArr);
} else {
that.storagedetails();
}