提交 4c145aad authored 作者: 王天霸's avatar 王天霸

bug

上级 5adc719a
差异被折叠。
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -670,10 +670,8 @@
}
wareHoustList(data).then(res=> {
if (res.data) {
if (Array.isArray(res.data.list) && res.data.list.length > 0) {
this.warehouseList = this.warehouseList.concat(res.data.list);
this.warehouseCount = res.data.count;
}
this.warehouseList = res.data.list
}
});
}, 2000);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论