Эх сурвалжийг харах

物资使用说明删除功能修复

wyn 2 сар өмнө
parent
commit
a9831b643d

+ 1 - 1
src/api/material/instructions/index.ts

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