mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 02:08:10 +08:00
refactor: 梳理国际化
This commit is contained in:
@@ -99,6 +99,7 @@ export default {
|
||||
watch: {
|
||||
dataSource(val) {
|
||||
if (val) {
|
||||
this.checkTableList = []
|
||||
post('/datasource/getTables/' + val, {}).then(response => {
|
||||
this.tables = response.data
|
||||
this.tableData = JSON.parse(JSON.stringify(this.tables))
|
||||
|
||||
Reference in New Issue
Block a user