diff --git a/sgzb-ui/src/views/claimAndreturn/return/receive/component/handlePage.vue b/sgzb-ui/src/views/claimAndreturn/return/receive/component/handlePage.vue index a6ddded6..52cd45b3 100644 --- a/sgzb-ui/src/views/claimAndreturn/return/receive/component/handlePage.vue +++ b/sgzb-ui/src/views/claimAndreturn/return/receive/component/handlePage.vue @@ -953,9 +953,13 @@ export default { } let typeId = '' + let badId = '' this.selChangeList.map((e) => { typeId += e.modelId + ',' }) + this.selChangeList.map((e) => { + badId += e.badId + ',' + }) // if (true) return const { data: res } = await endBackBeforeQueryApi({ @@ -974,6 +978,7 @@ export default { parentId: this.queryParams.id, taskId: this.queryParams.taskId, typeId, + badId, } endBack(param).then((response) => { if (response.code == 200) {