diff --git a/docs/releases/1.11.1.md b/docs/releases/1.11.1.md new file mode 100644 index 0000000..1dcd8fb --- /dev/null +++ b/docs/releases/1.11.1.md @@ -0,0 +1,5 @@ +# 1.11.1 + +## 问题修复 + +- 修复管理员按负责人筛选清理时,因类型声明缺失导致构建失败的问题。 diff --git a/src/preload/index.d.ts b/src/preload/index.d.ts index 486ebb7..e3222a0 100644 --- a/src/preload/index.d.ts +++ b/src/preload/index.d.ts @@ -59,7 +59,7 @@ export interface ValidationAPI { setSharedProductionIds: (productionIds: string[]) => Promise> getSharedProductionIds: () => Promise> clearSharedProductionIds: () => Promise> - getCleanerData: () => Promise< + getCleanerData: (params?: { selectedManagers?: string[] }) => Promise< IpcResult<{ orderNumbers: string[] materialCodes: string[]