fix code style
This commit is contained in:
@@ -143,6 +143,11 @@ export default {
|
||||
});
|
||||
});
|
||||
},
|
||||
/**
|
||||
* Format Response API TODO to grid inbox and columns
|
||||
* @param {object} response
|
||||
* @returns {object}
|
||||
*/
|
||||
formatDataResponse(response){
|
||||
let that = this,
|
||||
data = [],
|
||||
|
||||
Reference in New Issue
Block a user