diff --git a/Web/src/components/ediTtablePage/index.vue b/Web/src/components/ediTtablePage/index.vue index cbe5ffe..d379bcc 100644 --- a/Web/src/components/ediTtablePage/index.vue +++ b/Web/src/components/ediTtablePage/index.vue @@ -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)