This commit is contained in:
wangshiming
2022-02-17 14:07:14 +08:00
parent 38db93088a
commit 370c7ad97f
4 changed files with 131 additions and 47 deletions

View File

@ -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);
}
}