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