forked from github/dataease
Merge pull request #5006 from dataease/pr@dev@fix_dss
fix(数据集): 修复校验sql卡顿导致数据集重名
This commit is contained in:
commit
d4087b77fc
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user