fix:原料检验提交
This commit is contained in:
parent
ec2310b821
commit
dc5c0ebd49
|
@ -413,9 +413,11 @@ export default {
|
|||
}
|
||||
})
|
||||
that.$API.qm.ftestwork.create.req(objitem).then((res) => {
|
||||
that.isSaveing = false;
|
||||
that.visible = false;
|
||||
that.$message.success("检验成功");
|
||||
that.$API.qm.ftestwork.submit.req(res.id).then((res1) => {
|
||||
that.isSaveing = false;
|
||||
that.visible = false;
|
||||
that.$message.success("检验成功");
|
||||
}).catch(err => {that.isSaveing = false;});
|
||||
}).catch(err => {that.isSaveing = false;});
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue