修复各类bug
This commit is contained in:
@@ -51,7 +51,9 @@ export const JEditableTableModelMixin = {
|
||||
this.tableReset();
|
||||
resolve();
|
||||
}).then(() => {
|
||||
if (typeof this.addBefore === 'function') this.addBefore()
|
||||
if (typeof this.addBefore === 'function'){
|
||||
this.addBefore()
|
||||
}
|
||||
// 默认新增空数据
|
||||
let rowNum = this.addDefaultRowNum
|
||||
if (typeof rowNum !== 'number') {
|
||||
|
||||
Reference in New Issue
Block a user