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
|
<deBtn
|
||||||
:disabled="['db', 'excel', 'api'].includes(datasetType) && !tableNum"
|
:disabled="['db', 'excel', 'api'].includes(datasetType) && !tableNum"
|
||||||
type="primary"
|
type="primary"
|
||||||
|
:loading="loading"
|
||||||
@click="datasetSave"
|
@click="datasetSave"
|
||||||
>{{
|
>{{
|
||||||
$t('commons.save')
|
$t('commons.save')
|
||||||
@ -184,6 +185,7 @@ export default {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
this.loading = true
|
||||||
this.$refs.addDataset.save()
|
this.$refs.addDataset.save()
|
||||||
},
|
},
|
||||||
handleClick() {
|
handleClick() {
|
||||||
|
Loading…
Reference in New Issue
Block a user