码迷,mamicode.com
首页 > Windows程序 > 详细

$api 回调函数then应用

时间:2019-08-30 11:16:00      阅读:192      评论:0      收藏:0      [点我收藏+]

标签:this   flag   let   ams   turn   ram   repo   type   rom   

 

 

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应用

标签:this   flag   let   ams   turn   ram   repo   type   rom   

原文地址:https://www.cnblogs.com/pengchenggang/p/11433846.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!