WXL
3 天以前 96dd34f77d81db58f54e3d0ad4a8cc8082189a61
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) {