dev01 3 years ago
parent
commit
b462a264e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/component/manageCenter/project/summary/projecCount.jsx

+ 1 - 1
js/component/manageCenter/project/summary/projecCount.jsx

@@ -83,7 +83,7 @@ class ProjecCount extends Component {
     this.changeList = this.changeList.bind(this);
     this.departmentList = this.departmentList.bind(this);
     this.exportPending = this.exportPending.bind(this);
-    this.exportExcel = this.exportExcel.bind(this);
+    this.exportExcel = this.exportExcel.bind(this); 
     this.selectSuperId = this.selectSuperId.bind(this);
     this.supervisorCui = this.supervisorCui.bind(this);
     this.httpChangeCui = this.httpChangeCui.bind(this);