Fix qct lookup type for mlogb input material
This commit is contained in:
parent
a0c7ea7097
commit
79c579c55e
|
|
@ -400,7 +400,7 @@ export default {
|
||||||
getdefects(material){
|
getdefects(material){
|
||||||
let that = this;
|
let that = this;
|
||||||
// let material = that.is_fix?that.materialFix:that.materialIn;
|
// let material = that.is_fix?that.materialFix:that.materialIn;
|
||||||
that.$API.qm.qct.getQct.req({material: material,tag:'process'}).then((res) => {
|
that.$API.qm.qct.getQct.req({material: material,tag:'process',type:'in'}).then((res) => {
|
||||||
res.qct_defects.forEach((item) => {
|
res.qct_defects.forEach((item) => {
|
||||||
that.defectform[item.defect_name] = 0;
|
that.defectform[item.defect_name] = 0;
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue