Explorar el Código

增加了下载

bding hace 5 meses
padre
commit
6df6410e81
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/dataReport_manage/equityCustomStatistics.vue

+ 1 - 0
src/views/dataReport_manage/equityCustomStatistics.vue

@@ -251,6 +251,7 @@ export default {
         IsExport: true,
         IsConfirm: this.filterObj.data_type == "未续约客户" ? this.isNotRenewedConfirm : -1,
         CompanyAscribeId: this.noRenewalReasonId,
+        Operation: this.typeOperation,
       };
       for (let key in obj) {
         paramStr = `${paramStr}&${key}=${obj[key]}`;