소스 검색

no message

FengChaoYu 3 년 전
부모
커밋
44f445436d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/supply/engin/components/engin_examine.vue

+ 1 - 1
src/views/supply/engin/components/engin_examine.vue

@@ -332,7 +332,7 @@ export default {
       this.formLoading = true;
       examineEngin({
         enginInfoId: this.listItem.enginInfoId,
-        productCategoryId: this.listItem.productCategoryId,
+        mainId: this.listItem.productCategoryId,
         examineResult: this.examineForm.examineResult,
         examineNote: this.examineForm.remark,
         contractExpireDate: this.detailData.contractExpireDate,