|
|
@ -674,7 +674,8 @@ export default { |
|
|
}); |
|
|
}); |
|
|
}, |
|
|
}, |
|
|
// 获取 用户保存的 格式列 |
|
|
// 获取 用户保存的 格式列 |
|
|
getTableUserColumn() { |
|
|
|
|
|
|
|
|
getTableUserColumn(tableId) { |
|
|
|
|
|
console.log(tableId) |
|
|
getTableUserListLanguage(this.queryTableUser).then(({data}) => { |
|
|
getTableUserListLanguage(this.queryTableUser).then(({data}) => { |
|
|
if (data.rows.length > 0) { |
|
|
if (data.rows.length > 0) { |
|
|
//this.columnList = [] |
|
|
//this.columnList = [] |
|
|
@ -682,7 +683,6 @@ export default { |
|
|
} else { |
|
|
} else { |
|
|
this.getColumnList() |
|
|
this.getColumnList() |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
// 保存 默认配置 列 |
|
|
// 保存 默认配置 列 |
|
|
|