fix:
This commit is contained in:
parent
458c9a674d
commit
d8899317a8
|
|
@ -365,5 +365,11 @@ export default {
|
|||
return await http.post(`${config.API_URL}/qm/ftestwork/${id}/submit/`);
|
||||
},
|
||||
},
|
||||
revert: {
|
||||
name: "撤回检验工作",
|
||||
req: async function (id) {
|
||||
return await http.post(`${config.API_URL}/qm/ftestwork/${id}/revert/`);
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue