瀏覽代碼

测试下载 --阶段2

sophieChenyx 6 年之前
父節點
當前提交
1965e64540
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/routes/Dashboard/Accounts/AccountsCampus.js

+ 1 - 0
src/routes/Dashboard/Accounts/AccountsCampus.js

@@ -27,6 +27,7 @@ export default class CampusAccountsPage extends Component {
   }
 
   handleDownloadOperation = () => {
+    console.log('press download');
     this.props.dispatch({
       type: 'accounts/fetchCampusExcel'
     })