提交 d838c01d 编写于 作者: chendeli's avatar chendeli

bug修复

上级 1a03d956
...@@ -689,7 +689,8 @@ ...@@ -689,7 +689,8 @@
this.fileIntrList = this.getImges(goodsList[0].medicImgList,2) this.fileIntrList = this.getImges(goodsList[0].medicImgList,2)
this.isMedic = this.formData.goodsType == 5 ? true : false this.isMedic = this.formData.goodsType == 5 ? true : false
this.formData.stock = this.formData.goodsStock this.formData.stock = this.formData.goodsStock
this.formData.otc1 = this.formData.oct ? '1' : '0' console.log(this.formData.otc)
this.formData.otc1 = this.formData.otc ? '1' : '0'
if(this.isMedic){ if(this.isMedic){
this.getLever(5,2,1) this.getLever(5,2,1)
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册