@dongkboy %!s(int64=2) %!d(string=hai) anos
pai
achega
d41e916fbc
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/http/moudules/task.js

+ 2 - 1
src/http/moudules/task.js

@@ -778,10 +778,11 @@ export const isVisibledataMatching = () => {
   })
   })
 }
 }
 //结算表批量删除
 //结算表批量删除
-export const SettlementDeletes = () => {
+export const SettlementDeletes = (data) => {
   return axios({
   return axios({
     url: "/InsReceivable/deleteSettlement",
     url: "/InsReceivable/deleteSettlement",
     method: "post",
     method: "post",
+    data
   })
   })
 }
 }