zjf
2023-03-08 51468f93275c2bcfcc7ad25bf05f3d6a079ff764
src/api/common.js
@@ -296,12 +296,18 @@
  // console.log(params)
  return request({
    url: '/AutoDesk/subscriptions/ExportExcel?AutoRenewingContractText=' + (data.AutoRenewingContractText === 'Auto-RenewingContract' ? data.AutoRenewingContractText : '') +
    (data.EndCustomerStateProvince
      ? '&EndCustomerStateProvince=' + encodeURIComponent(data.EndCustomerStateProvince) : '') +
    (data.ContractNumber
      ? '&ContractNumber=' + encodeURIComponent(data.ContractNumber) : '') +
    (data.EndCustomerAccountName
      ? '&EndCustomerAccountName=' + encodeURIComponent(data.EndCustomerAccountName) : '') +
    (data.ProductLine
      ? '&ProductLine=' + encodeURIComponent(data.ProductLine) : '') +
    (data.Term
      ? '&Term=' + data.Term : '') +
    (data.StartEndDate
      ? '&StartEndDate=' + data.StartEndDate : '') +
    (data.EndEndDate
      ? '&EndEndDate=' + data.EndEndDate : '') +
    (data.StartContractEndDate
      ? '&StartContractEndDate=' + data.StartContractEndDate : '') +
    (data.EndContractEndDate