|
|
@ -1162,6 +1162,7 @@ |
|
|
this.$message.warning('请选择检验模板!') |
|
|
this.$message.warning('请选择检验模板!') |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
|
|
|
this.modalData.actualResourceId = this.modalData.resourceId // 2025 04 14 新增实际机台 默认=机台 |
|
|
this.saveLoading = true |
|
|
this.saveLoading = true |
|
|
saveOsInspection(this.modalData).then(({data}) => { |
|
|
saveOsInspection(this.modalData).then(({data}) => { |
|
|
if (data && data.code === 0) { |
|
|
if (data && data.code === 0) { |
|
|
|