From 28981248cf1031a4150b3ed169c73bd8e4485621 Mon Sep 17 00:00:00 2001 From: shaoleiliu-netizen123 <480188199@qq.com> Date: Mon, 22 Jun 2026 17:45:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=89=8D=E7=AB=AF=E6=88=91?= =?UTF-8?q?=E7=9A=84=E6=B4=BE=E5=B7=A5=E6=A8=A1=E5=9E=8B=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/production/myassigtask/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/production/myassigtask/index.vue b/src/views/production/myassigtask/index.vue index 56a436a..ea303b5 100644 --- a/src/views/production/myassigtask/index.vue +++ b/src/views/production/myassigtask/index.vue @@ -229,7 +229,10 @@ const pagination = reactive({ const plmModelDrawerRef = ref | null>(null) function openPlmModel(row: Record) { + console.log(row); + const ctx: PlmModelOpenContext = { + orderItemId: row.orderItemId as string | number, dispatchId: row.id as number | string, materialCode: row.materialCode as string | undefined, materialName: row.materialName as string | undefined,