mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
fix: 【数据源】csv文件追加文件名称不相同提示信息不正确
This commit is contained in:
parent
743bb829d3
commit
874f56541e
@ -188,6 +188,7 @@ const uploadSuccess = response => {
|
||||
ElMessage.warning(response.msg)
|
||||
return
|
||||
}
|
||||
columns.value = []
|
||||
uploading.value = false
|
||||
if (!param.value.name) {
|
||||
param.value.name = response.data.excelLabel
|
||||
|
Loading…
Reference in New Issue
Block a user