fix:若无qct表单,则直接获取list
This commit is contained in:
parent
92bdac7ea2
commit
4c8a3b0cc2
|
@ -590,6 +590,8 @@ export default {
|
||||||
that.$API.qm.qct.getQct.req({ material: that.material_out,type:'out',tag:'process' }).then((res) => {
|
that.$API.qm.qct.getQct.req({ material: that.material_out,type:'out',tag:'process' }).then((res) => {
|
||||||
console.log(res)
|
console.log(res)
|
||||||
that.testdefectss(res);
|
that.testdefectss(res);
|
||||||
|
}).catch(()=>{
|
||||||
|
that.getList();
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue