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 || []