11
WXL
2024-04-22 c2486044121750d274d40aac2e65b47d4c25b5c9
src/api/project/tallage.js
@@ -13,6 +13,7 @@
    return request({
      url: '/project/fundtax/batchFundTax',
      method: 'post',
      timeout: 15000000,
      data: query
    })
  }
@@ -73,6 +74,12 @@
    method: 'get'
  })
}
export function dyFundtax(id) {
  return request({
    url: '/project/fund/exportFeeSum/' + id,
    method: 'get'
  })
}
// 导出专家费用算税申请主
export function exportFundtax(query) {