fix: 替换excel数据集时提示信息显示不正确
This commit is contained in:
parent
c0f13964bf
commit
8d517f450d
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user