1 <p-dropdown name="adjustflagId" class="dp-position" [options]="codeTable.adjustAccountFlag"
2             [(ngModel)]="editObj.adjustflagId" [style]="{'width': '124px'}" required></p-dropdown>
3 <p-dropdown name="adjustflagId" class="dp-position" [options]="codeTable.nameArr"
4             [(ngModel)]="editObj.name" [style]="{'width': '124px'}" required></p-dropdown>

代码复制的,name属性相同所致。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
  • 2022-12-23
  • 2022-01-16
  • 2022-12-23
  • 2022-12-23
  • 2021-06-21
猜你喜欢
  • 2021-09-28
  • 2022-12-23
  • 2021-06-18
  • 2022-12-23
  • 2021-10-27
  • 2022-01-27
  • 2021-11-03
相关资源
相似解决方案