Created
March 5, 2018 13:45
-
-
Save cristoferdomingues/3854d57428ba9bee206dfc29fa2b9a81 to your computer and use it in GitHub Desktop.
Object spreed merged Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
getDadosDefaultApr (nmInterface, { ...extraParams }) { | |
this._vm.$info('getDadosDefaultApr -- http request', { params: { method: 'executar', interface: this.nmInterface, ...extraParams }}) | |
return this.HTTP.get('defaultAprFW.rest', { params: { method: 'executar', interface: this.nmInterface, ...extraParams }}) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment