【功能优化】MALL:商品新增时,增加 keepalive 缓存

This commit is contained in:
YunaiV
2024-07-28 19:29:14 +08:00
parent 36b5db16dd
commit df8b1fbc0d
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ import SkuForm from './SkuForm.vue'
import DeliveryForm from './DeliveryForm.vue'
import { convertToInteger, floatToFixed2, formatToFraction } from '@/utils'
defineOptions({ name: 'ProductSpuForm' })
defineOptions({ name: 'ProductSpuAdd' })
const { t } = useI18n() // 国际化
const message = useMessage() // 消息弹窗