退料接收badId
This commit is contained in:
parent
539c46bbab
commit
0eff873703
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue