Commit a8601867 authored by renjintao's avatar renjintao

format

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