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