dev01 2 年之前
父節點
當前提交
0b2e498d19
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      js/component/manageCenter/customer/publicStatistics/detailedList.jsx

+ 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 || [];