fix:gx
This commit is contained in:
parent
9ffd7ca863
commit
51a38d87ed
|
|
@ -436,7 +436,7 @@ export default {
|
|||
getdefects(){
|
||||
let that = this;
|
||||
if(that.mlogbItem.qct!==null){
|
||||
that.$API.qm.qct.getQct.req(that.mlogbItem.qct).then((res) => {
|
||||
that.$API.qm.qct.item.req(that.mlogbItem.qct).then((res) => {
|
||||
res.qct_defects.forEach((item) => {
|
||||
that.defectform[item.defect_name] = 0;
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue