From 0afb7c17b5378408e796bfceec6bfe967eb1004c Mon Sep 17 00:00:00 2001 From: yuejiayang <146344614+YangLei105@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:12:49 +0800 Subject: [PATCH] =?UTF-8?q?2024.10.30=20=E6=96=87=E6=A1=A3=E6=94=B6?= =?UTF-8?q?=E9=9B=86=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/eam/eam_object_list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/eam/eam_object_list.js b/src/api/eam/eam_object_list.js index 989ea70..08b78c6 100644 --- a/src/api/eam/eam_object_list.js +++ b/src/api/eam/eam_object_list.js @@ -23,7 +23,7 @@ export const uploadEamObjectFile = data => createAPI('/sys/file/upload','post',d export const downLoadObjectFile = data => createAPI(`pms/eamObject/downLoadObjectFile?id=`+data.id,'post',777) -export const downLoadObjectFile2 = data => createAPI(`pms/eamObject/downLoadObjectFile?id=${data.id}&orderRef3=${data.orderRef3}`,'post',777) +export const downLoadObjectFile2 = data => createAPI(`pms/eamObject/downLoadObjectFile2?id=${data.id}&orderRef3=${data.orderRef3}`,'post',777) // ===================================== 设备知识库 ===================================== export const getKnowledgeBaseList = data => createAPI('/pms/eamKnowledgeBase/getKnowledgeBaseList','post',data) // 查询文件列表