forked from github/dataease
Merge pull request #4716 from dataease/pr@dev_memory_component
Pr@dev memory component
This commit is contained in:
commit
736dd7ea0a
@ -911,8 +911,9 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
initTableInfo() {
|
initTableInfo() {
|
||||||
if (this.param.tableId) {
|
const tableId = this.param.tableId || this.$route.query.id
|
||||||
getTable(this.param.tableId).then((response) => {
|
if (tableId) {
|
||||||
|
getTable(tableId).then((response) => {
|
||||||
const table = response.data
|
const table = response.data
|
||||||
this.dataSource = table.dataSourceId
|
this.dataSource = table.dataSourceId
|
||||||
this.changeDatasource()
|
this.changeDatasource()
|
||||||
|
Loading…
Reference in New Issue
Block a user