商品添加缓存 活动

This commit is contained in:
魏啾
2024-11-11 10:39:45 +08:00
parent 43df2b637b
commit c79049443a
6 changed files with 137 additions and 40 deletions

View File

@@ -298,11 +298,9 @@ export default {
}
},
async mounted() {
console.log(this.$route.query.productId, 'tiaoshi1')
if (this.$route.query.productId) {
this.query.productId = this.$route.query.productId
}
console.log(this.query)
await this.tbShopCategoryGet()
await this.getTableData()
@@ -533,7 +531,6 @@ export default {
})
})
console.log(res);
this.tableData.loading = false
this.tableData.data = res.content