From 42d8776eafd24b9638353accd6c54104cf387340 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Thu, 18 Jul 2024 10:58:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/scrapManage/forecastWaste/auditingReturn/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgzb-ui/src/views/scrapManage/forecastWaste/auditingReturn/index.vue b/sgzb-ui/src/views/scrapManage/forecastWaste/auditingReturn/index.vue index a4180f48..3a4f2970 100644 --- a/sgzb-ui/src/views/scrapManage/forecastWaste/auditingReturn/index.vue +++ b/sgzb-ui/src/views/scrapManage/forecastWaste/auditingReturn/index.vue @@ -462,7 +462,7 @@ export default { if (data.manageType == 0) { this.sendParamsReturnDetails.parentId = data.parentIds this.sendParamsReturnDetails.typeId = data.typeId - this.sendParamsReturnDetails.taskId = data.taskId + this.sendParamsReturnDetails.taskId = this.sendTbParams.taskId this.isQuery = false this.isNumDetails = false this.dialogConfigReturn.handleColShow = true