修改
This commit is contained in:
parent
eee424562f
commit
e57da39bea
@ -1299,6 +1299,9 @@ export default {
|
|||||||
},
|
},
|
||||||
/** 提交按钮 */
|
/** 提交按钮 */
|
||||||
submitForm() {
|
submitForm() {
|
||||||
|
if (this.form.buyFlag == "") {
|
||||||
|
this.form.buyFlag = null;
|
||||||
|
}
|
||||||
if (this.form.trainingItemPrice) {
|
if (this.form.trainingItemPrice) {
|
||||||
this.form.trainingItemPrice = Number(this.form.trainingItemPrice);
|
this.form.trainingItemPrice = Number(this.form.trainingItemPrice);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user