Having a hard time updating an array of objects in the state

后端 未结 0 1257
再見小時候
再見小時候 2020-12-06 08:42
this.state = {
  currentClient: null,
  currentInvoice: null,

  clientsList: [
    {
      clientID: null,
      InvoiceNumber: null,
    },
    {
      clientID: n         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题