소스 검색

导入奖品成功提示

Xiao_123 4 달 전
부모
커밋
96aac24aa6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/mall/promotion/lottery/config/ImportPrizeData.vue

+ 1 - 0
src/views/mall/promotion/lottery/config/ImportPrizeData.vue

@@ -64,6 +64,7 @@ const submitForm = async () => {
   formData.append('multipartFile', fileList.value[0].raw)
   await LuckLotteryApi.importLotteryPrizeData(formData)
 	dialogVisible.value = false
+  message.success('导入成功')
 }
 
 /** 文件上传成功 */