退料接收badId
This commit is contained in:
parent
539c46bbab
commit
0eff873703
|
|
@ -953,9 +953,13 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
let typeId = ''
|
let typeId = ''
|
||||||
|
let badId = ''
|
||||||
this.selChangeList.map((e) => {
|
this.selChangeList.map((e) => {
|
||||||
typeId += e.modelId + ','
|
typeId += e.modelId + ','
|
||||||
})
|
})
|
||||||
|
this.selChangeList.map((e) => {
|
||||||
|
badId += e.badId + ','
|
||||||
|
})
|
||||||
|
|
||||||
// if (true) return
|
// if (true) return
|
||||||
const { data: res } = await endBackBeforeQueryApi({
|
const { data: res } = await endBackBeforeQueryApi({
|
||||||
|
|
@ -974,6 +978,7 @@ export default {
|
||||||
parentId: this.queryParams.id,
|
parentId: this.queryParams.id,
|
||||||
taskId: this.queryParams.taskId,
|
taskId: this.queryParams.taskId,
|
||||||
typeId,
|
typeId,
|
||||||
|
badId,
|
||||||
}
|
}
|
||||||
endBack(param).then((response) => {
|
endBack(param).then((response) => {
|
||||||
if (response.code == 200) {
|
if (response.code == 200) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue