Compare commits

..

No commits in common. "0a9b1bdf1f29589736e676d398c4bf5a36f10d93" and "a80f3b69acaf1596668a1126de704072e04046a2" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@ export default {
getdefects(route,material_in,material_out){
let that = this;
if(that.is_fix&&that.materialFix!==null&&that.materialFix!==''){
that.$API.qm.qct.getQct.req({material: that.materialFix,tag:'process',type:'out'}).then((res) => {
that.$API.qm.qct.getQct.req({material: that.materialFix,tag:'process'}).then((res) => {
res.qct_defects.forEach((item) => {
that.defectform[item.defect_name] = 0;
})