新增商品增加与编辑
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
<script>
|
||||
import addGroup from '../components/addGroup'
|
||||
import { tbProductGroupGet, tbProductSpecDelete } from '@/api/shop'
|
||||
import { tbProductGroupGet, tbProductGroupDelete } from '@/api/shop'
|
||||
export default {
|
||||
components: {
|
||||
addGroup
|
||||
@@ -68,7 +68,7 @@ export default {
|
||||
// 删除
|
||||
async delHandle(ids) {
|
||||
try {
|
||||
await tbProductSpecDelete(ids)
|
||||
await tbProductGroupDelete(ids)
|
||||
this.$notify({
|
||||
title: '成功',
|
||||
message: `删除成功`,
|
||||
|
||||
Reference in New Issue
Block a user