Skip to content

Commit

Permalink
fix: pro-IUAPDESIGN-92:友云采:关联计算的数据在合计行的显示
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyk committed Oct 19, 2016
1 parent 3f00cb4 commit f67aad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/gridCompCreate.js
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ const createContentRows = function(createFlag) {
$.each(this.dataSourceObj.rows, function(i) {
htmlStr += oThis.createContentOneRow(this,createFlag);
});
htmlStr += this.createContentRowsSumRow();
htmlStr += this.createContentRowsSumRow(createFlag);
htmlStr += '</tbody>';
}
return htmlStr;
Expand Down

0 comments on commit f67aad8

Please sign in to comment.