From 9a8168790e0d6b8601b0f7f5557976358677eeb1 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周一, 19 5月 2025 08:00:50 +0800
Subject: [PATCH] 22

---
 PipeLineLems/pipelinelems_web/src/widgets/CallMaterialOrder/Controllers/CallMaterialOrder.ts |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/PipeLineLems/pipelinelems_web/src/widgets/CallMaterialOrder/Controllers/CallMaterialOrder.ts b/PipeLineLems/pipelinelems_web/src/widgets/CallMaterialOrder/Controllers/CallMaterialOrder.ts
index 980399f..6d31ed6 100644
--- a/PipeLineLems/pipelinelems_web/src/widgets/CallMaterialOrder/Controllers/CallMaterialOrder.ts
+++ b/PipeLineLems/pipelinelems_web/src/widgets/CallMaterialOrder/Controllers/CallMaterialOrder.ts
@@ -160,7 +160,9 @@
       `鏄惁瑕佸彨鏂�${names.length ? names.join(',') : ''}` 
     ).then(async () => { 
       const ids = selection.value.map((item: { id: string }) => item.id) 
-      await callMaterialOrder.callMaterialByDataIdentifier(ids[0]) 
+      await callMaterialOrder.callMaterialByDataIdentifier({
+        id:ids[0]
+      }) 
       ElMessage.success('鍙枡鎴愬姛') 
       tableRef.value.getList() 
     }) 

--
Gitblit v1.9.3