|
|
@ -101,7 +101,7 @@ export default { |
|
|
let query = { |
|
|
let query = { |
|
|
functionId: menuId, |
|
|
functionId: menuId, |
|
|
tableId: "common1002", |
|
|
tableId: "common1002", |
|
|
languageCode: this.$i18n.locale |
|
|
|
|
|
|
|
|
languageCode: 'cn' |
|
|
} |
|
|
} |
|
|
getTableDefaultListLanguage(query).then(({data}) => { |
|
|
getTableDefaultListLanguage(query).then(({data}) => { |
|
|
if (data.rows.length > 0) { |
|
|
if (data.rows.length > 0) { |
|
|
|