消息警示添加内容及航班列表优化
This commit is contained in:
@@ -116,7 +116,7 @@ export class HistoricalDataComponent implements OnInit {
|
||||
data => {
|
||||
data.body.forEach(element => {
|
||||
if (element.groupCode === 'userSettingCol') {
|
||||
this.col_lists = JSON.parse(element.settingContent).allCols;
|
||||
this.col_lists = JSON.parse(element.settingContent).defaultData;
|
||||
this.render_col_lists = JSON.parse(element.settingContent).targetList;
|
||||
}
|
||||
})
|
||||
@@ -252,7 +252,7 @@ export class HistoricalDataComponent implements OnInit {
|
||||
data => {
|
||||
data.body.forEach(element => {
|
||||
if (element.groupCode === 'userSettingCol') {
|
||||
this.col_lists = JSON.parse(element.settingContent).allCols;
|
||||
this.col_lists = JSON.parse(element.settingContent).defaultData;
|
||||
this.render_col_lists = JSON.parse(element.settingContent).targetList;
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user