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,