From 2dbf43c37d568c4a6719b976490e20795b1ef9a2 Mon Sep 17 00:00:00 2001 From: danshihao Date: Thu, 4 Jul 2024 11:10:06 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E6=A0=87=E5=87=86=E5=BE=81=E6=B1=82?= =?UTF-8?q?=E6=84=8F=E8=A7=81=E6=B5=81=E7=A8=8B]=20=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E7=AB=A0=E8=8A=82=E7=BC=96=E5=8F=B7=E5=B8=A6=E5=85=A5=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E6=8E=A5=E5=8F=A3=E6=94=B9=E4=B8=BAget?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/workCenter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/workCenter.js b/src/api/workCenter.js index f13f1db3..ede00787 100644 --- a/src/api/workCenter.js +++ b/src/api/workCenter.js @@ -196,7 +196,7 @@ const querySpitFileByStandardId = (params) => getAction('/laws/standard/common/g // 获取标准条款号 const queryStandardClauseNumber = (params) => getAction('/laws/DocumentTool/documentSplit/queryTreeMenuByInfoId', params) // 条款id获取条款内容 -const queryClauseContent = (params) => postAction('/laws/DocumentTool/documentSplit/queryItemValueByMenuId', params) +const queryClauseContent = (params) => getAction('/laws/DocumentTool/documentSplit/queryItemValueByMenuId', params) // 保存 const saveConsultationProcess = (params) => postAction('/process/fb/processFbStandardConsultation/saveToDraft', params) // 查询流程详情