|
|
|
@ -891,6 +891,7 @@ export default { |
|
|
|
userId: this.userId, |
|
|
|
functionId: this.functionId, |
|
|
|
tableId: this.tableId, |
|
|
|
objectType: 'table', |
|
|
|
languageCode: this.languageCode |
|
|
|
} |
|
|
|
this.$nextTick(() => { |
|
|
|
@ -903,6 +904,7 @@ export default { |
|
|
|
userId: this.userId, |
|
|
|
functionId: this.functionId, |
|
|
|
tableId: this.tableId, |
|
|
|
objectType: 'table', |
|
|
|
languageCode: this.languageCode, |
|
|
|
status: true, |
|
|
|
} |
|
|
|
@ -968,7 +970,8 @@ export default { |
|
|
|
let queryTable = { |
|
|
|
functionId: this.functionId, |
|
|
|
tableId: this.tableId, |
|
|
|
languageCode: this.languageCode |
|
|
|
languageCode: this.languageCode, |
|
|
|
objectType: 'table', |
|
|
|
} |
|
|
|
getTableDefaultListLanguage(queryTable).then(({data}) => { |
|
|
|
if (!data.rows.length == 0) { |
|
|
|
|