修改提交
This commit is contained in:
parent
56418a2473
commit
a0113c03e8
@ -1304,6 +1304,9 @@ export default {
|
|||||||
if (!this.form.trainingItemSort) {
|
if (!this.form.trainingItemSort) {
|
||||||
this.form.trainingItemSort = null;
|
this.form.trainingItemSort = null;
|
||||||
}
|
}
|
||||||
|
if (this.form.buyFlag == "") {
|
||||||
|
this.form.buyFlag = null;
|
||||||
|
}
|
||||||
this.$refs["form"].validate(valid => {
|
this.$refs["form"].validate(valid => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
if (this.form.trainingItemStartTime) {
|
if (this.form.trainingItemStartTime) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user