refactor: 梳理国际化

This commit is contained in:
taojinlong
2022-08-26 16:58:41 +08:00
parent 6914d1e9f1
commit 81a438b28d
4 changed files with 457 additions and 523 deletions

View File

@@ -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))