소스 검색

代码上传

zhangqi 11 달 전
부모
커밋
cd18001f84
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/tableImport/index.vue

+ 1 - 1
src/components/tableImport/index.vue

@@ -169,7 +169,7 @@ const getExcelMode = async () => {
   excelMode.value = res.data
 }
 watch(() => props.failedData, value => {
-  message.error({content:'部分数据未导入成功,请下载导入失败的数据查看!',key:1})
+  value ? message.error({content:'部分数据未导入成功,请下载导入失败的数据查看!',key:1}) :""
 })
 onMounted(() => {
 })