fix: datetime and date handling(wip)

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2021-12-11 22:21:23 +05:30
parent fae5c9d572
commit 0112715c66
3 changed files with 1 additions and 3 deletions

View File

@@ -1009,7 +1009,6 @@ export default {
const newData = await this.api.update(id, {
[column._cn]: rowObj[column._cn]
}, { [column._cn]: oldRow[column._cn] })
this.$set(this.data[row], 'row', { ...rowObj, ...newData })
this.$set(oldRow, column._cn, rowObj[column._cn])