fix(数据集): 修复校验sql卡顿导致数据集重名

This commit is contained in:
junjun 2023-04-12 12:00:39 +08:00
parent c7a68e2820
commit a70f1cc981

View File

@ -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() {