修复编辑取消问题

This commit is contained in:
liaozetao
2024-03-22 14:31:52 +08:00
parent 4874240cdd
commit d6df754f70

View File

@@ -144,6 +144,7 @@ export default {
}); });
$(".js-cancel").click(function () { $(".js-cancel").click(function () {
$this.disableTableInfo(); $this.disableTableInfo();
$this.getTableInfo();
$this.renderTableInfo(); $this.renderTableInfo();
}); });
$("#addCancel").click(function () { $("#addCancel").click(function () {
@@ -197,7 +198,7 @@ export default {
this.items.splice(i, 1); this.items.splice(i, 1);
break; break;
} }
} }
} }
}); });
}, },