fix: disable syncDataDebounce for currency field

Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
This commit is contained in:
Wing-Kam Wong
2022-02-05 15:20:14 +08:00
parent 58bd645b69
commit 3bffcdb475
2 changed files with 6 additions and 1 deletions

View File

@@ -57,6 +57,9 @@ export default {
},
isAttachment() {
return this.column.uidt === 'Attachment'
},
isCurrency() {
return this.column.uidt == 'Currency'
}
}