fix 修复 路由参数缓存导致分页错误

This commit is contained in:
疯狂的狮子Li
2025-08-29 17:37:45 +08:00
parent 4c607f6915
commit e10ef50288
2 changed files with 5 additions and 0 deletions

View File

@@ -22,7 +22,10 @@ export interface FlowDefinitionForm {
flowName: string;
flowCode: string;
category: string;
ext: string;
formPath: string;
formCustom: string;
modelValue: string;
}
export interface definitionXmlVO {