fix: 替换excel数据集时提示信息显示不正确

This commit is contained in:
taojinlong 2022-05-25 12:55:03 +08:00
parent c0f13964bf
commit 8d517f450d

View File

@ -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 {