@@ -45,7 +45,7 @@ export const updateInstructions = async (data: InstructionsVO) => {
// 删除物资使用说明
export const delInstructions = async (ids: number) => {
- return await request.post({
+ return await request.delete({
url: '/iscs/materials-instructions/deleteMaterialsInstructionsList?ids='+ids,
})