getReceiveListAPI (param) {
      return new Promise(resolve => {
        let params = {
          // idCard: this.idCard,
          // typeFlag: this.typeFlag
          ...param
        }
        this.$api('/API/dataReport/getReceiveList', params).then(res => {
          if (res.status === 20) {
            this.consoleInfo('getRepeatList res', res)
            resolve(res)
          }
        })
      })
    },

 

相关文章:

  • 2022-12-23
  • 2021-11-03
  • 2021-12-28
  • 2021-12-09
  • 2022-12-23
  • 2022-12-23
  • 2021-12-07
猜你喜欢
  • 2021-09-08
  • 2021-07-08
  • 2022-12-23
  • 2021-10-07
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案