dev01 2 years ago
parent
commit
0b2e498d19

+ 3 - 0
js/component/manageCenter/customer/publicStatistics/detailedList.jsx

@@ -720,6 +720,7 @@ class DetailedList extends Component {
     }, 100)
     this.selectSuperId();
   }
+  
   exportExec() {
     message.config({
       duration: 20,
@@ -775,10 +776,12 @@ class DetailedList extends Component {
     //   "/api/admin/release/publicReleaseDtails/export?" +
     //   $.param(data);
   }
+
   download(fileName) {
     window.location.href =
       globalConfig.context + "/open/download?fileName=" + fileName;
   }
+
   render() {
     const dataSources = this.state.customerArr || [];
     const dataSources1 = this.state.customerArr1 || [];