Commit 8e7928dd authored by 康振飞's avatar 康振飞

原材料复验

parent c7a2068a
...@@ -200,7 +200,7 @@ export default { ...@@ -200,7 +200,7 @@ export default {
"certificateUploadPath": this.setNumForm.imgName, "certificateUploadPath": this.setNumForm.imgName,
}; };
service.post(`${url}`,parmse).then((res) => { service.post(`${url}`,parmse).then((res) => {
if(res.status == 200){ if(res.success){
this.$Message.success('订单已复验。') this.$Message.success('订单已复验。')
this.detailModal = false; this.detailModal = false;
this.$refs.grid.load() this.$refs.grid.load()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment