This commit is contained in:
shijing 2025-05-29 10:56:59 +08:00
parent 9ffd7ca863
commit 51a38d87ed
1 changed files with 1 additions and 1 deletions

View File

@ -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;
})