快捷入口开发中

This commit is contained in:
Zy
2026-05-13 18:07:03 +08:00
parent a1750bc67b
commit 0d3bb25e86
11 changed files with 157 additions and 13 deletions

View File

@@ -116,6 +116,7 @@ function init() {
...find,
projectLevel: find.projectLevel
};
handleChange(find.parentId);
}
}
});

View File

@@ -197,7 +197,7 @@ const data = reactive<PageData<RepairProjectForm, RepairProjectQuery>>({
form: { ...initFormData },
queryParams: {
pageNum: 1,
pageSize: 10,
pageSize: 9999999,
projectName: undefined,
parentId: undefined,
projectType: undefined,