@@ -147,7 +147,6 @@ export default {
// 上下架
getChange(row, status) {
- console.log(row);
let title = status === 1 ? '上架' : '下架'
this.$confirm(`是否${title}${row.name}?`, '提示', {
type: 'warning'