|
|
|
@ -298,7 +298,7 @@ export default { |
|
|
|
// 获取 tableDefault 列 |
|
|
|
getColumnList() { |
|
|
|
getTableDefaultListLanguage(this.queryTable).then(({data}) => { |
|
|
|
if (data && data.code == 0) { |
|
|
|
if (data && data.code == 0 && data.rows.length > 0) { |
|
|
|
// this.showDefault = false |
|
|
|
this.columnList = data.rows |
|
|
|
} else { |
|
|
|
|