流程设计页面:查询流程分类时改成传itemCode

This commit is contained in:
suguangxu
2025-05-21 15:32:47 +08:00
parent 8bb1463146
commit 784442bd80
3 changed files with 3 additions and 2 deletions

View File

@ -62,7 +62,7 @@
getCategoryList();
async function getCategoryList() {
categoryOptions.value = (await getDicDetailList({
itemId: FlowCategory.ID,
itemCode: FlowCategory.CODE,
})) as unknown as TreeItem[];
}
</script>