Commit a8601867 authored by renjintao's avatar renjintao

format

parent 4f81ef02
...@@ -425,7 +425,7 @@ export default { ...@@ -425,7 +425,7 @@ export default {
], ],
selectRow: {}, //删除时选中的行数据 selectRow: {}, //删除时选中的行数据
//导入导出时使用start //导入导出时使用start
formatList: ['xlsx', 'xls'], formatList: ['xlsx'],
searchs: { searchs: {
pageIndex: 1, pageIndex: 1,
pageSize: 1000, pageSize: 1000,
...@@ -802,6 +802,7 @@ export default { ...@@ -802,6 +802,7 @@ export default {
//同步账户end //同步账户end
//导出excel //导出excel
export2Excel() { export2Excel() {
//当前显示数据
var where = []; var where = [];
var conditions = this.easySearch; var conditions = this.easySearch;
if (conditions) { if (conditions) {
......
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