fix: 🧩 修复bug
This commit is contained in:
@@ -40,7 +40,10 @@ const handleExport = () => {
|
||||
};
|
||||
//导出
|
||||
const getMenusLisExport = async () => {
|
||||
const result = await getAgentListExportApi(dataStore.ruleForm);
|
||||
const result = await getAgentListExportApi({
|
||||
...proTableRef?.value?.searchParam,
|
||||
...proTableRef?.value?.pageable
|
||||
});
|
||||
await useExport(result);
|
||||
};
|
||||
const getAgentTypesList = async () => {
|
||||
|
||||
@@ -40,7 +40,10 @@ const handleExport = () => {
|
||||
};
|
||||
//导出
|
||||
const getMenusLisExport = async () => {
|
||||
const result = await getLeaveMsgListExportApi(dataStore.ruleForm);
|
||||
const result = await getLeaveMsgListExportApi({
|
||||
...proTableRef?.value?.searchParam,
|
||||
...proTableRef?.value?.pageable
|
||||
});
|
||||
await useExport(result);
|
||||
};
|
||||
</script>
|
||||
|
||||
@@ -40,7 +40,10 @@ const handleExport = () => {
|
||||
};
|
||||
//导出
|
||||
const getBPListExport = async () => {
|
||||
const result = await getBPListExportApi(dataStore.ruleForm);
|
||||
const result = await getBPListExportApi({
|
||||
...proTableRef?.value?.searchParam,
|
||||
...proTableRef?.value?.pageable
|
||||
});
|
||||
await useExport(result);
|
||||
};
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user