mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
fix(数据集): 修复校验sql卡顿导致数据集重名
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
<deBtn
|
||||
:disabled="['db', 'excel', 'api'].includes(datasetType) && !tableNum"
|
||||
type="primary"
|
||||
:loading="loading"
|
||||
@click="datasetSave"
|
||||
>{{
|
||||
$t('commons.save')
|
||||
@@ -184,6 +185,7 @@ export default {
|
||||
return
|
||||
}
|
||||
}
|
||||
this.loading = true
|
||||
this.$refs.addDataset.save()
|
||||
},
|
||||
handleClick() {
|
||||
|
||||
Reference in New Issue
Block a user