This commit is contained in:
liushiwei
2023-08-09 00:55:57 +08:00
parent 7b0c28f4c8
commit b9195c137e
5 changed files with 55 additions and 56 deletions

View File

@@ -248,7 +248,6 @@ import { Message } from 'element-ui'
if (res.errorCode == 1000000) {
this.productPage.total = res.result.total
this.productTableData = res.result.pageItems.map((item) => {
console.log(item.createdAt)
return {
productSpu: item.productId,
productSkc: item.productSkcId,