fix: 🧩 修复bug

This commit is contained in:
2025-03-28 16:55:37 +08:00
parent 2694a0c905
commit e0f8d6c574
35 changed files with 165 additions and 101 deletions

View File

@@ -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 () => {

View File

@@ -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>

View File

@@ -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);
};
//