浏览代码

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,