修改提交

This commit is contained in:
曹辉 2023-05-05 08:32:20 +08:00
parent 56418a2473
commit a0113c03e8

View File

@ -1304,6 +1304,9 @@ export default {
if (!this.form.trainingItemSort) {
this.form.trainingItemSort = null;
}
if (this.form.buyFlag == "") {
this.form.buyFlag = null;
}
this.$refs["form"].validate(valid => {
if (valid) {
if (this.form.trainingItemStartTime) {