@dongkboy 2 лет назад
Родитель
Сommit
d41e916fbc
1 измененных файлов с 2 добавлено и 1 удалено
  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({
     url: "/InsReceivable/deleteSettlement",
     method: "post",
+    data
   })
 }