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