fix bug
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* @Author : Shiming
|
||||
* @Date : 2022-01-10 16:06:17
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-02-15 11:23:29
|
||||
* @LastEditTime : 2022-02-17 13:28:39
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\shared\\components\\dynamic-setting\\dynamic-setting-modal\\dynamic-setting-modal.component.ts
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
*/
|
||||
@ -55,7 +55,6 @@ export class DynamicSettingModalComponent implements OnInit {
|
||||
if (typeData) {
|
||||
this.tabs = typeData.children;
|
||||
this.selectedTab = typeData.children[0];
|
||||
|
||||
this.configList = this.formatItems(this.selectedTab.items);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user