code review:商品评论
This commit is contained in:
@ -37,6 +37,7 @@ import { ElTable } from 'element-plus'
|
||||
import * as ProductSpuApi from '@/api/mall/product/spu'
|
||||
import { propTypes } from '@/utils/propTypes'
|
||||
|
||||
// TODO @疯狂:是不是挪到 spu 的 components 下哈
|
||||
defineOptions({ name: 'SkuTableSelect' })
|
||||
|
||||
const props = defineProps({
|
||||
|
||||
@ -86,6 +86,7 @@ import { defaultProps, handleTree } from '@/utils/tree'
|
||||
import * as ProductCategoryApi from '@/api/mall/product/category'
|
||||
import * as ProductSpuApi from '@/api/mall/product/spu'
|
||||
|
||||
// TODO @疯狂:是不是挪到 spu 的 components 下哈
|
||||
defineOptions({ name: 'SpuTableSelect' })
|
||||
|
||||
const message = useMessage() // 消息弹窗
|
||||
|
||||
Reference in New Issue
Block a user