promise.all的使用

Promise.all([this.orderListReceivablesPlan(data)])
          .then((e) => {
            const dataone = {
              receivablesId: this.$route.query.id
            }

            this.receivablesRcvDetail(dataone)
          })

  orderListReceivablesPlan (row) { // 回款期次
      const data = { orderId: row.id }
      return new Promise(resolve => {
        orderListReceivablesPlan(data).then(res => {
          resolve( res.data)
        })
      })
    },


 //获取数据字典 省市区 上级 部门
              Promise.all([dictionary({ typeCode: '8' }), dictionary({ typeCode: '1' }), dictionary({ typeCode: '5' }), listGeologyTree()]).then(res => {
              
                sessionStorage.jobSourceList = JSON.stringify(res[0].data) //工作来源
                sessionStorage.politicsList = JSON.stringify(res[1].data) //政治面貌
                sessionStorage.raceList = JSON.stringify(res[2].data) //种族
               
                res[3].data.forEach(item => {
                  areaList.province_list[item.id] = item.name
                  item.children && item.children.forEach(i => {
                    areaList.city_list[i.id] = i.name == '市辖区' ? item.name : i.name
                    i.children && i.children.forEach(n => {
                      areaList.county_list[n.id] = n.name
                    })
                  })
                })
              })
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值