refactor(数据集): SQL数据集进入编辑时默认不执行SQL

This commit is contained in:
junjun 2023-03-22 12:02:30 +08:00
parent f5151b95f8
commit ae95756d6a

View File

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