mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-09 03:22:51 +08:00
优化导出时下载字段图片
This commit is contained in:
@@ -136,7 +136,8 @@ trait Curd
|
|||||||
->select()
|
->select()
|
||||||
->toArray();
|
->toArray();
|
||||||
$fileName = time();
|
$fileName = time();
|
||||||
return Excel::exportData($list, $header, $fileName, 'xlsx');
|
|
||||||
|
return Excel::exportData($list, $header, $fileName, 'xlsx',);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user