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