提交 68e7df8e 编写于 作者: C Catouse

Merge branch 'master' of https://github.com/easysoft/zui

......@@ -1179,7 +1179,7 @@
}
var dataItem = rowIndex > 0 ? that.getDataItem(rowIndex - 1) : null;
config.data = dataItem;
config.rowId = dataItem ? (dataItem.rowId || dataItem.id) : (rowIndex === 0 ? '#header' : rowIndex);
config.rowId = rowIndex === 0 ? '#header' : rowIndex;
return config;
};
......
......@@ -88,7 +88,7 @@ KindEditor.create('textarea.kindeditor', {
```
```js
KindEditor.create('textarea.kindeditor', {
KindEditor.create('textarea.kindeditorSimple', {
basePath: '/dist/lib/kindeditor/',
bodyClass : 'article-content',
resizeType : 1,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册