mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 14:31:00 +08:00
fix: 替换excel数据集时提示信息显示不正确
This commit is contained in:
@@ -367,7 +367,7 @@ export default {
|
||||
}
|
||||
}
|
||||
if (this.param.editType === 0 && this.param.tableId) {
|
||||
$confirm(i18n.t('dataset.repeat_datasource_msg'), () => {
|
||||
$confirm(i18n.t('dataset.excel_replace_msg'), () => {
|
||||
this.saveExcelData(sheetFileMd5, table)
|
||||
})
|
||||
}else {
|
||||
|
||||
Reference in New Issue
Block a user