Browse Source

导入奖品成功提示

Xiao_123 4 months ago
parent
commit
96aac24aa6
1 changed files with 1 additions and 0 deletions
  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('导入成功')
 }
 
 /** 文件上传成功 */