mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化导出报错问题
Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
parent
8f5f33483f
commit
2a6670fb7e
@ -165,7 +165,7 @@
|
||||
},
|
||||
_exportExcel: function() {
|
||||
let _paIds = $that.exportCarFeeImportExcelInfo.paIds.join(',');
|
||||
let _configIds = $that.exportFeeImportExcelInfo.configIds.join(',');
|
||||
let _configIds = $that.exportCarFeeImportExcelInfo.configIds.join(',');
|
||||
let param = {
|
||||
params: {
|
||||
paIds: _paIds,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user