|
|
@@ -4,7 +4,7 @@
|
|
|
<div class="table-page-search-wrapper">
|
|
|
<!-- 操作按钮区域 -->
|
|
|
<div class="table-operator" style="margin: 5px 0;float: right">
|
|
|
- <a-button ghost type="danger" icon="download" @click="handleExportXls('角色信息')">导出</a-button>
|
|
|
+ <a-button ghost type="danger" icon="download" @click="handleExportXls()">导出</a-button>
|
|
|
<a-dropdown v-if="selectedRowKeys.length > 0">
|
|
|
<a-menu slot="overlay">
|
|
|
<a-menu-item key="1" @click="batchDel"><a-icon type="delete" />删除</a-menu-item>
|
|
|
@@ -97,7 +97,7 @@ export default {
|
|
|
url: {
|
|
|
list: '/business/catenary/bus/jcb/fdfxjyq/list',
|
|
|
tree: '/system/dept/treeSelect',
|
|
|
- exportXlsUrl: '/exportXlsUrl'
|
|
|
+ exportXlsUrl: '/business/catenary/bus/jcb/fdfxjyq/export'
|
|
|
}
|
|
|
}
|
|
|
},
|