fix
This commit is contained in:
parent
191ddb54ab
commit
eeb338a352
4211
package-lock.json
generated
4211
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -66,8 +66,8 @@ export default {
|
||||
} catch (err) {}
|
||||
let data = {
|
||||
title: this.title,
|
||||
amount: this.amount,
|
||||
start_amount: this.startAmount,
|
||||
amount: toInt(this.amount, 0, 0),
|
||||
start_amount: toInt(this.startAmount, 0, 0),
|
||||
end: ets
|
||||
}
|
||||
this.changeOpaySetting({
|
||||
|
Loading…
Reference in New Issue
Block a user