From d62a17b0ac76f918ec930443155f47a58961953c Mon Sep 17 00:00:00 2001 From: hayu <1604366271@qq.com> Date: Wed, 7 Jan 2026 11:00:23 +0800 Subject: [PATCH] =?UTF-8?q?=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/apply/component/homeApply.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/material/lease/apply/component/homeApply.vue b/src/views/material/lease/apply/component/homeApply.vue index ac1ada52..36af8e06 100644 --- a/src/views/material/lease/apply/component/homeApply.vue +++ b/src/views/material/lease/apply/component/homeApply.vue @@ -579,7 +579,7 @@ export default { this.sendTemp = [] this.ids = selection.map(item => item.id) selection.forEach(item => { - this.sendTemp.push({ id: item.id, taskId: item.taskId }) + this.sendTemp.push({ id: item.id, taskId: item.taskId,code: item.code }) }) this.single = selection.length != 1 this.multiple = !selection.length @@ -1185,7 +1185,7 @@ export default { //发布按钮 handleSend(row) { - const param = { id: row.id, taskId: row.taskId } + const param = { id: row.id, taskId: row.taskId,code:row.code } this.$modal .confirm('是否确认发布所选择的数据项?') .then(async () => {