This commit is contained in:
Taric Xin
2022-04-28 13:27:32 +08:00
parent 2a412159bd
commit a16b0b7266
4 changed files with 13 additions and 13 deletions

View File

@ -28,6 +28,8 @@ export class DynamicSettingH5Component implements OnInit {
@Input()
configList: any = [];
@Input()
isCanSave = true;
@Output()
selectedEvent = new EventEmitter<any>();
@Output()