Compare commits

..

No commits in common. "625df22d50600e8de9118e4dbfbc6b065c449fae" and "42bc028585380de36f5eeb72a4d6436698520df9" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -532,7 +532,7 @@ export default {
})
}else{
if(route!==null){
that.$API.qm.qct.getQct.req({material:material_in,tag:'process',type:'in'}).then((res) => {
that.$API.qm.qct.getQct.req({material:material_in,tag:'process'}).then((res) => {
res.qct_defects.forEach((item) => {
that.defectinform[item.defect_name] = 0;
})
@ -548,7 +548,7 @@ export default {
}
})
//material_out
that.$API.qm.qct.getQct.req({material:material_out,tag:'process',type:'out'}).then((res) => {
that.$API.qm.qct.getQct.req({material:material_out,tag:'process'}).then((res) => {
res.qct_defects.forEach((item) => {
that.defectform[item.defect_name] = 0;
})