|
@@ -127,7 +127,7 @@
|
|
|
<script>
|
|
|
import Tinymce from '@/components/Tinymce'
|
|
|
import {
|
|
|
- getGroupSelect,
|
|
|
+ // getGroupSelect,
|
|
|
getClassify,
|
|
|
getClassifyAdd,
|
|
|
getClassifyGetById,
|
|
@@ -316,7 +316,7 @@ export default {
|
|
|
mounted() {
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
// console.log(this.voucherList)
|
|
|
this.groups()
|
|
|
this.selectList()
|
|
@@ -555,9 +555,9 @@ export default {
|
|
|
},
|
|
|
// 获取商品分组
|
|
|
async groups() {
|
|
|
- const res = await getGroupSelect({
|
|
|
- })
|
|
|
- this.groupList = res.data
|
|
|
+ // const res = await getGroupSelect({
|
|
|
+ // })
|
|
|
+ // this.groupList = res.data
|
|
|
},
|
|
|
// 获取详情
|
|
|
async details() {
|