diff --git a/src/views/home/home.vue b/src/views/home/home.vue index f8046b8..4785e04 100644 --- a/src/views/home/home.vue +++ b/src/views/home/home.vue @@ -236,7 +236,7 @@
-
@@ -767,7 +767,7 @@ export default { } }, paginationChange(e) { - this.saleTablePage = e; + this.saleTablePage = e - 1; this.dateProduct(); }, // 获取销售额排行表格数据 diff --git a/src/views/product/add_shop.vue b/src/views/product/add_shop.vue index 8c460c2..c7e46e4 100644 --- a/src/views/product/add_shop.vue +++ b/src/views/product/add_shop.vue @@ -734,6 +734,11 @@ export default { specInfo[index].suit = item.suit; specInfo[index].stockNumber = item.stockNumber; specInfo[index].isGrounding = item.isGrounding; + specInfo[index].salePrice = item.salePrice; + specInfo[index].memberPrice = item.memberPrice; + specInfo[index].costPrice = item.costPrice; + specInfo[index].originPrice = item.originPrice; + specInfo[index].firstShared = item.firstShared; return specInfo[index]; }); console.log(this.form.skuList);