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