|
@@ -1711,6 +1711,7 @@ export default {
|
|
|
}).then(res => {
|
|
}).then(res => {
|
|
|
res.data.data.records.forEach(e => {
|
|
res.data.data.records.forEach(e => {
|
|
|
e.rebatePrice = 0;
|
|
e.rebatePrice = 0;
|
|
|
|
|
+ e.inventory = e.inventory ? e.inventory : 0;
|
|
|
});
|
|
});
|
|
|
const data = res.data.data;
|
|
const data = res.data.data;
|
|
|
this.page.total = data.total;
|
|
this.page.total = data.total;
|