From 7e0a919bddb0ecd1242b7059b048886a4c5891f6 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Thu, 18 Jul 2024 11:19:32 +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 3a4f2970..6e3d9ee0 100644 --- a/sgzb-ui/src/views/scrapManage/forecastWaste/auditingReturn/index.vue +++ b/sgzb-ui/src/views/scrapManage/forecastWaste/auditingReturn/index.vue @@ -443,6 +443,7 @@ export default { created() { if (this.sendTbParams) { this.sendParams = this.sendTbParams + this.sendParamsReturnDetails.taskId = this.sendTbParams.taskId } if (this.returnInfo) { @@ -462,7 +463,6 @@ export default { if (data.manageType == 0) { this.sendParamsReturnDetails.parentId = data.parentIds this.sendParamsReturnDetails.typeId = data.typeId - this.sendParamsReturnDetails.taskId = this.sendTbParams.taskId this.isQuery = false this.isNumDetails = false this.dialogConfigReturn.handleColShow = true