Lijy преди 5 месеца
родител
ревизия
375c248b85
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/contract/index.vue

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/contract/index.vue

@@ -122,7 +122,7 @@ async function importBusiness(param: UploadRequestOptions) {
 function exportContract() {
   allLoading.exportLoading = true
   post(EXPORT_CONTRACT, {}).then((res) => {
-    downloadFile('合同导出.xlsx', res.data)
+    downloadFile(res.data, '合同导出.xlsx')
   }).finally(() => {
     allLoading.exportLoading = false
   })