|
|
@ -614,7 +614,7 @@ |
|
|
|
function exportHandle(isAll){ |
|
|
|
state.loading = true |
|
|
|
//同步数据查询 |
|
|
|
getTableData(1,(res=>{ |
|
|
|
getTableData(false,(res=>{ |
|
|
|
let _params = getPageParams() |
|
|
|
if(isAll){_params = getPageParams(res.data.totalCount)} |
|
|
|
postCommonExport(props.apiName,_params) |
|
|
|