var obj = {};
      this.selectData.forEach((item, index) => {
        var str = 'model_' + index + '_#profit_item_id';
        var str2 = 'model_' + index + '_#agent_id';
        this.$set(obj, str, item.match_uid);
        this.$set(obj, str2, item.id);
      });

      console.log(obj, 'obj');

 

相关文章:

  • 2021-04-27
  • 2022-01-03
  • 2022-12-23
  • 2022-12-23
  • 2021-08-20
  • 2021-08-27
  • 2021-10-25
  • 2022-02-24
猜你喜欢
  • 2021-09-12
  • 2022-02-17
  • 2021-06-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
相关资源
相似解决方案