This commit is contained in:
2025-07-16 16:10:07 +08:00
parent ca191dfc48
commit f00a7ba07a

View File

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