Browse Source

代码上传

zhangqi 11 tháng trước cách đây
mục cha
commit
cd18001f84
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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(() => {
 })