提交 21a3da8a 编写于 作者: minghao.wu's avatar minghao.wu

fix: 参数判空

上级 07fc52f6
......@@ -999,6 +999,16 @@
};
this.barAndGoodsFlag = this.formData1.medicalCategoryId ? true : false;
// 判空
if (this.formData.leastCount === '') {
this.formData.leastCount = 1;
}
if (this.formData.mostCount === '') {
this.formData.mostCount = -1;
}
if (this.formData.incrType === '') {
this.formData.incrType = 1;
}
}
console.log(this.formData);
},
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册