mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove regex
This commit is contained in:
parent
adef450bd0
commit
1fbea40c4d
@ -106,7 +106,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
numberFormat(value) {
|
||||
return (this.form.amount = value.replace(/\.|,, ''))
|
||||
return (this.form.amount = value.replace(/\.|,/, ''))
|
||||
},
|
||||
submit() {
|
||||
this.numberFormat(this.form.amount)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user