Merge branch 'master' into release
This commit is contained in:
commit
b1023f376d
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) {}
|
} catch (err) {}
|
||||||
let data = {
|
let data = {
|
||||||
title: this.title,
|
title: this.title,
|
||||||
amount: this.amount,
|
amount: toInt(this.amount, 0, 0),
|
||||||
start_amount: this.startAmount,
|
start_amount: toInt(this.startAmount, 0, 0),
|
||||||
end: ets
|
end: ets
|
||||||
}
|
}
|
||||||
this.changeOpaySetting({
|
this.changeOpaySetting({
|
||||||
|
Loading…
Reference in New Issue
Block a user