$api 回调函数then应用

Posted 彭成刚_Reciter | 技术博客

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了$api 回调函数then应用相关的知识,希望对你有一定的参考价值。

 

 

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)
          }
        })
      })
    },

 

以上是关于$api 回调函数then应用的主要内容,如果未能解决你的问题,请参考以下文章

依次执行自定义函数——Vue.js中的回调逻辑

promise-基础

09 promise then

回调函数执行过程分析

蓝鸟承诺“promisifyAll”不起作用 - 无法读取属性“then”

Facebook状态回调不适用于片段