Merge pull request #4842 from dataease/pr@dev@refactor_sql_dataset

refactor(数据集): SQL数据集进入编辑时默认不执行SQL
This commit is contained in:
Junjun 2023-03-22 12:13:42 +08:00 committed by GitHub
commit ddcdde0538
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -927,7 +927,6 @@ export default {
).sql
}
this.variables = JSON.parse(table.sqlVariableDetails)
this.getSQLPreview()
})
}
},