fix:原料检验提交

This commit is contained in:
shijing 2025-09-02 09:01:31 +08:00
parent ec2310b821
commit dc5c0ebd49
1 changed files with 5 additions and 3 deletions

View File

@ -413,10 +413,12 @@ export default {
} }
}) })
that.$API.qm.ftestwork.create.req(objitem).then((res) => { that.$API.qm.ftestwork.create.req(objitem).then((res) => {
that.$API.qm.ftestwork.submit.req(res.id).then((res1) => {
that.isSaveing = false; that.isSaveing = false;
that.visible = false; that.visible = false;
that.$message.success("检验成功"); that.$message.success("检验成功");
}).catch(err => {that.isSaveing = false;}); }).catch(err => {that.isSaveing = false;});
}).catch(err => {that.isSaveing = false;});
} }
}) })
}, },