From 8f4978da01e87d5477f5c4c59cac23414d4f0df7 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Sat, 21 Jun 2025 18:48:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E6=96=99=E5=8D=95=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/lease/outBound/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/material/lease/outBound/index.vue b/src/views/material/lease/outBound/index.vue index 1c9daeba..0d99ea50 100644 --- a/src/views/material/lease/outBound/index.vue +++ b/src/views/material/lease/outBound/index.vue @@ -924,8 +924,10 @@ export default { async handleLld(row) { this.title = '领料单' this.open = true - var ids = row.id - const res = await getApplyInfo(ids) + // var ids = row.id + const { id, publishTask } = row + this.publishTask = publishTask + const res = await getApplyInfo(id, { keyWord: this.queryOutView.keyWord, publishTask }) this.leaseApplyDetails = res.data.leaseApplyDetailsList this.leaseApplyData = res.data.leaseApplyInfo this.kgSignList = res.data.kgSignList || []