From e123769247b79cbaec41f8700b3a8a84197d2499 Mon Sep 17 00:00:00 2001 From: danshihao Date: Wed, 7 Aug 2024 19:18:05 +0800 Subject: [PATCH] =?UTF-8?q?[update=2088199]=20=E6=A0=87=E5=87=86=E8=A7=A3?= =?UTF-8?q?=E8=AF=BB=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/documentToolApi.js | 7 ++- src/components/StandardResolutionSheet.vue | 50 ++++++++++++++++++---- 2 files changed, 48 insertions(+), 9 deletions(-) diff --git a/src/api/documentToolApi.js b/src/api/documentToolApi.js index b9f25ce..0fc8448 100644 --- a/src/api/documentToolApi.js +++ b/src/api/documentToolApi.js @@ -103,6 +103,9 @@ const editMaintainList = (params) => postAction('/customCompare/lawsCustomCompar // 自定义比对-对比分析结果保存 const editComparsionResult = (params) => postAction('/customCompare/lawsCustomCompareInfo/saveCellCompareResult', params) +// 涉及系统部件下拉 +const getInvolvedSystem = (params) => getAction('/laws/standard/partName/', params) + export { // 文档拆分 releaseSplitStandard, @@ -159,5 +162,7 @@ export { getTableData, getMaintainList, editMaintainList, - editComparsionResult + editComparsionResult, + + getInvolvedSystem } diff --git a/src/components/StandardResolutionSheet.vue b/src/components/StandardResolutionSheet.vue index 5a76a21..74a8bbc 100644 --- a/src/components/StandardResolutionSheet.vue +++ b/src/components/StandardResolutionSheet.vue @@ -4,18 +4,30 @@
- + - - + + - + + + @@ -111,7 +123,7 @@
-
+