src/components/jeecg/JVxeTable/components/JVxeTable.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/components/jeecg/JVxeTable/components/JVxeTable.js
@@ -799,7 +799,7 @@ } }) }) // 【issues/3828】数据更新后,重新计算统计列 // 【issues/3828】数据更新后,重新计算统计列 if (updated && this.statistics.has) { this.$nextTick(async () => { let {xTable} = this.$refs.vxe.$refs; @@ -885,9 +885,9 @@ * @param isOnlJs 是否是onlineJS增强触发的 * @return */ async addRows(rows = {}, isOnlJs) { /* async addRows(rows = {}, isOnlJs) { return this._addOrInsert(rows, -1, 'added', isOnlJs) }, }, */ /** * 添加一行或多行