【优化】增加 pnpm-lock 保证大家更好的打包
This commit is contained in:
parent
a0996bd0cf
commit
500b8632df
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,7 +4,6 @@ dist
|
|||||||
dist-ssr
|
dist-ssr
|
||||||
*.local
|
*.local
|
||||||
/dist*
|
/dist*
|
||||||
*-lock.*
|
|
||||||
pnpm-debug
|
pnpm-debug
|
||||||
auto-*.d.ts
|
auto-*.d.ts
|
||||||
.idea
|
.idea
|
||||||
|
9614
pnpm-lock.yaml
Normal file
9614
pnpm-lock.yaml
Normal file
File diff suppressed because it is too large
Load Diff
@ -151,6 +151,7 @@ import * as BargainActivityApi from '@/api/mall/promotion/bargain/bargainActivit
|
|||||||
import BargainActivityForm from './BargainActivityForm.vue'
|
import BargainActivityForm from './BargainActivityForm.vue'
|
||||||
import { formatDate } from '@/utils/formatTime'
|
import { formatDate } from '@/utils/formatTime'
|
||||||
import { fenToYuanFormat } from '@/utils/formatter'
|
import { fenToYuanFormat } from '@/utils/formatter'
|
||||||
|
import { closeBargainActivity } from '@/api/mall/promotion/bargain/bargainActivity'
|
||||||
|
|
||||||
defineOptions({ name: 'PromotionBargainActivity' })
|
defineOptions({ name: 'PromotionBargainActivity' })
|
||||||
|
|
||||||
@ -206,7 +207,7 @@ const handleClose = async (id: number) => {
|
|||||||
// 关闭的二次确认
|
// 关闭的二次确认
|
||||||
await message.confirm('确认关闭该砍价活动吗?')
|
await message.confirm('确认关闭该砍价活动吗?')
|
||||||
// 发起关闭
|
// 发起关闭
|
||||||
await BargainActivityApi.closeSeckillActivity(id)
|
await BargainActivityApi.closeBargainActivity(id)
|
||||||
message.success('关闭成功')
|
message.success('关闭成功')
|
||||||
// 刷新列表
|
// 刷新列表
|
||||||
await getList()
|
await getList()
|
||||||
|
Loading…
Reference in New Issue
Block a user