UNPKG

461 BJavaScriptView Raw
1'use strict';
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6/**
7 * Module : kero dataTable row simpleData
8 * Author : liuyk(liuyk@yonyou.com)
9 * Date : 2016-08-08 13:54:01
10 */
11
12var setSimpleData = function setSimpleData(data, status) {
13 var allData = {};
14 allData.data = data;
15 allData.status = status || 'nrm';
16 this.setData(allData, true);
17 this.currentRowChange(-this.currentRowChange());
18};
19
20exports.setSimpleData = setSimpleData;
\No newline at end of file