修复各类bug

This commit is contained in:
zer0Black
2022-04-05 23:32:43 +08:00
parent 7e45498fc2
commit d0e22b16c9
7 changed files with 262 additions and 14 deletions
@@ -53,6 +53,9 @@ export const JEditableTableMixin = {
this.tableReset();
resolve();
}).then(() => {
if (typeof this.addBefore === 'function') {
this.addBefore()
}
// 默认新增空数据
let rowNum = this.addDefaultRowNum
if (typeof rowNum !== 'number') {