修改提交

This commit is contained in:
曹辉 2023-05-05 09:29:07 +08:00
parent a0113c03e8
commit d6936c6254

View File

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