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