Commit ecfab565 by crushh

update: 导出

parent f36d9a65
...@@ -164,7 +164,6 @@ export default { ...@@ -164,7 +164,6 @@ export default {
* 导出 * 导出
*/ */
exportExcel: _debounce(function() { exportExcel: _debounce(function() {
console.log(`/haoban-manage3-web/staff-export?departmentId=${this.departObj.departmentId}&activeFlag=${this.activeFlag}&keyWord=${this.searchInput}`);
window.open(`/haoban-manage3-web/staff-export?departmentId=${this.departObj.departmentId}&activeFlag=${this.activeFlag}&keyWord=${this.searchInput}`); window.open(`/haoban-manage3-web/staff-export?departmentId=${this.departObj.departmentId}&activeFlag=${this.activeFlag}&keyWord=${this.searchInput}`);
}, 300), }, 300),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment