Commit ea6b41d4 by cwy

多数据导出问题

parent aa2ae34d
......@@ -164,7 +164,7 @@ const handleFileSuccess = (response, file, fileList) => {
uploadFileRef.value.clearFiles()
closeDialog();
emit('refresh');
ElMessage.success('导入成功!')
ElMessage.success(response.message)
}else{
uploadFileRef.value.clearFiles()
closeDialog();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment