Merge branch 'master' of https://gitee.com/yudaocode/yudao-ui-admin-vue3 into dev
						commit
						9527b41b62
					
				|  | @ -4,7 +4,6 @@ dist | |||
| dist-ssr | ||||
| *.local | ||||
| /dist* | ||||
| *-lock.* | ||||
| pnpm-debug | ||||
| auto-*.d.ts | ||||
| .idea | ||||
|  |  | |||
|  | @ -3,7 +3,6 @@ | |||
|     "christian-kohler.path-intellisense", | ||||
|     "vscode-icons-team.vscode-icons", | ||||
|     "davidanson.vscode-markdownlint", | ||||
|     "stylelint.vscode-stylelint", | ||||
|     "dbaeumer.vscode-eslint", | ||||
|     "esbenp.prettier-vscode", | ||||
|     "mrmlnc.vscode-less", | ||||
|  |  | |||
										
											
												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 { formatDate } from '@/utils/formatTime' | ||||
| import { fenToYuanFormat } from '@/utils/formatter' | ||||
| import { closeBargainActivity } from '@/api/mall/promotion/bargain/bargainActivity' | ||||
| 
 | ||||
| defineOptions({ name: 'PromotionBargainActivity' }) | ||||
| 
 | ||||
|  | @ -206,7 +207,7 @@ const handleClose = async (id: number) => { | |||
|     // 关闭的二次确认 | ||||
|     await message.confirm('确认关闭该砍价活动吗?') | ||||
|     // 发起关闭 | ||||
|     await BargainActivityApi.closeSeckillActivity(id) | ||||
|     await BargainActivityApi.closeBargainActivity(id) | ||||
|     message.success('关闭成功') | ||||
|     // 刷新列表 | ||||
|     await getList() | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 YunaiV
						YunaiV