UNPKG

200 BJavaScriptView Raw
1/**
2 * Module : kero dataTable getParam
3 * Author : liuyk(liuyk@yonyou.com)
4 * Date : 2016-07-30 14:34:01
5 */
6
7
8
9const getParam = function (key) {
10 return this.params[key]
11}
12
13export {
14 getParam
15}
\No newline at end of file