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