调整
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user