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