Browse Source

设备台账添加时检测时间没有

lining 6 years ago
parent
commit
89dd51af76

+ 2 - 1
src/dashoo.cn/frontend_web/src/pages/lims/checkequipmentlist/index.vue

@@ -896,7 +896,7 @@ export default {
 
       this.formData.TemplateTypeName = ''
       this.formData.Spec = ''
-      this.formData.SpecId = 0
+      this.formData.SpecId = ''
       this.formData.Manufacturer = ''
       this.formData.Status = ''
       this.formData.Remark = ''
@@ -1045,6 +1045,7 @@ export default {
           this.formData.PositionCheck = this.$refs.cascaderPosition.presentText.split('/')[0]
           this.formData.Position = this.$refs.cascaderPosition.presentText.split('/')[1]
           this.formData.Cycle = parseFloat(this.formData.Cycle)
+          console.log(this.formData, 'this.formData')
           if (!this.formData.Id) {
             this.addEntity()
           } else {