mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
fix: SQL数据集加载数据异常
This commit is contained in:
@@ -911,7 +911,7 @@ export default {
|
||||
},
|
||||
|
||||
initTableInfo() {
|
||||
if (this.param.tableId) {
|
||||
if (this.param.tableId || this.$route.query.id) {
|
||||
getTable(this.param.tableId).then((response) => {
|
||||
const table = response.data
|
||||
this.dataSource = table.dataSourceId
|
||||
|
||||
Reference in New Issue
Block a user