退料接收badId

This commit is contained in:
hongchao 2025-02-19 13:39:36 +08:00
parent 539c46bbab
commit 0eff873703
1 changed files with 5 additions and 0 deletions

View File

@ -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) {