diff --git a/src/components/shopList/index.vue b/src/components/shopList/index.vue index f17351a..21ae13f 100644 --- a/src/components/shopList/index.vue +++ b/src/components/shopList/index.vue @@ -6,7 +6,8 @@ - + @@ -30,11 +31,13 @@ + + @@ -99,6 +102,7 @@ export default { const res = await tbProduct({ page: this.tableData.page, size: this.tableData.size, + shopId: localStorage.getItem('shopId'), sort: 'id', }) this.tableData.loading = false diff --git a/src/components/uploadImg/index.vue b/src/components/uploadImg/index.vue index d5185f4..3f039e5 100644 --- a/src/components/uploadImg/index.vue +++ b/src/components/uploadImg/index.vue @@ -1,8 +1,8 @@