标签: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) } }) }) },
标签:this flag let ams turn ram repo type rom
原文地址:https://www.cnblogs.com/pengchenggang/p/11433846.html