变更
This commit is contained in:
@@ -657,8 +657,9 @@ export default {
|
|||||||
let params = {
|
let params = {
|
||||||
materialId: this.processing.id,
|
materialId: this.processing.id,
|
||||||
delFlag: 1,
|
delFlag: 1,
|
||||||
batchId: this.processBatchId
|
batchId: this.processing.batchId
|
||||||
}
|
}
|
||||||
|
console.log(params)
|
||||||
stepProcess(params).then(res => {
|
stepProcess(params).then(res => {
|
||||||
this.passList = res.data
|
this.passList = res.data
|
||||||
if (res.data.length()>0){
|
if (res.data.length()>0){
|
||||||
|
|||||||
Reference in New Issue
Block a user