fix:若无qct表单,则直接获取list

This commit is contained in:
shijing 2025-08-05 15:18:35 +08:00
parent 92bdac7ea2
commit 4c8a3b0cc2
1 changed files with 2 additions and 0 deletions

View File

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