This commit is contained in:
shijing 2025-12-31 09:30:23 +08:00
parent 458c9a674d
commit d8899317a8
1 changed files with 6 additions and 0 deletions

View File

@ -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/`);
},
},
},
};