From 491eed3dadcdffb6c22a7dd9c2f129931d9f43da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= <2178503051@qq.com> Date: Fri, 19 Jun 2026 13:14:02 +0800 Subject: [PATCH] =?UTF-8?q?refactor(ContractSelect):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E9=80=89=E4=B8=AD=E5=90=88=E5=90=8C=E7=9A=84=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将原有的列表搜索获取选中合同的方式,改为直接调用getOrder接口单个查询,简化代码逻辑并提升查询效率 --- .../KLPService/ContractSelect/index.vue | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/klp-ui/src/components/KLPService/ContractSelect/index.vue b/klp-ui/src/components/KLPService/ContractSelect/index.vue index 5358efb0..e6d366ef 100644 --- a/klp-ui/src/components/KLPService/ContractSelect/index.vue +++ b/klp-ui/src/components/KLPService/ContractSelect/index.vue @@ -116,7 +116,7 @@