forked from github/dataease
Merge pull request #3611 from dataease/pr@dev_eslint_auto_fix
Pr@dev eslint auto fix
This commit is contained in:
commit
8a6eb0ad1a
@ -3,10 +3,12 @@
|
||||
<el-row style="margin: 6px 0 16px 0">
|
||||
<el-col :span="12">
|
||||
<deBtn
|
||||
v-if="hasDataPermission('manage', param.privileges)"
|
||||
secondary
|
||||
icon="el-icon-plus"
|
||||
@click="() => addTask()"
|
||||
>{{ $t('dataset.add_task') }}</deBtn>
|
||||
|
||||
</el-col>
|
||||
<el-col
|
||||
style="text-align: right"
|
||||
@ -926,7 +928,7 @@ export default {
|
||||
getIncrementalConfig() {
|
||||
post('/dataset/table/incrementalConfig', { tableId: this.table.id }).then(response => {
|
||||
this.incrementalConfig = response.data
|
||||
if (this.incrementalConfig.incrementalAdd.length === 0 && this.incrementalConfig.incrementalDelete.length === 0) {
|
||||
if (this.incrementalConfig?.incrementalAdd?.length === 0 && this.incrementalConfig?.incrementalDelete?.length === 0) {
|
||||
this.incrementalUpdateType = 'incrementalAdd'
|
||||
this.sql = ''
|
||||
return
|
||||
|
@ -692,7 +692,7 @@ export default {
|
||||
return newArr
|
||||
},
|
||||
setType() {
|
||||
this.form.type = this.params.type
|
||||
this.$set(this.form, 'type', this.params.type)
|
||||
this.form.configuration = {
|
||||
initialPoolSize: 5,
|
||||
extraParams: '',
|
||||
|
Loading…
Reference in New Issue
Block a user