Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
46c00aa3f4
@ -150,7 +150,7 @@
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>fastjson</artifactId>
|
||||
<version>1.2.79</version>
|
||||
<version>1.2.83</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.auth0</groupId>
|
||||
|
||||
@ -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