processTable.js 199 Bytes EditWeb IDE 1 2 3 4 5 6 export function processTableArguments(processList, queryParams, nIndex, loading) { this.processList = processList this.queryParams = queryParams this.nIndex = nIndex this.loading = loading }