|
|
@@ -239,7 +239,7 @@ export const halfCheckMixin = {
|
|
|
this.excute(this.$service.collectService, this.$service.collectService.checkBarCode, params).then(res => {
|
|
|
if (res.code === this.$config.SUCCESS_CODE) {
|
|
|
// 清除缺陷的校验
|
|
|
- this.$refs['formInline_defect'].clearValidate();
|
|
|
+ this.$refs['formInline_defect']?.clearValidate();
|
|
|
if (0 == parseInt(res.data.flowNodeNum)) {
|
|
|
this.gradeFlag = true
|
|
|
} else {
|