Selaa lähdekoodia

成渝关联试验数据修改

duy 1 kuukausi sitten
vanhempi
commit
5a90e42cb9
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/views/data-fill/collapse-form/test-file-cy.vue

+ 2 - 2
src/views/data-fill/collapse-form/test-file-cy.vue

@@ -208,7 +208,7 @@ const getfileNodeData = async () => {
         // 调用试验检测报告接口
         apiResponse = await thirdApi.getTrialDetectionReport({
             contractId: contractId.value,
-            nodeId: filenodeDataInfo.value.id,
+            nodeId: filenodeDataInfo.value.pkeyId,
             current: filesearchFormPage.value.current,
             size: filesearchFormPage.value.size,
             startTime: filesearchFormPage.value.startTime,
@@ -218,7 +218,7 @@ const getfileNodeData = async () => {
         // 调用第三方报告接口
         apiResponse = await thirdApi.getThirdReport({
             contractId: contractId.value,
-            nodeId: filenodeDataInfo.value.id,
+            nodeId: filenodeDataInfo.value.pkeyId,
             current: filesearchFormPage.value.current,
             size: filesearchFormPage.value.size,
             startTime: filesearchFormPage.value.startTime,