流程设计页面:查询流程分类时改成传itemCode
This commit is contained in:
@ -62,7 +62,7 @@
|
||||
getCategoryList();
|
||||
async function getCategoryList() {
|
||||
categoryOptions.value = (await getDicDetailList({
|
||||
itemId: FlowCategory.ID,
|
||||
itemCode: FlowCategory.CODE,
|
||||
})) as unknown as TreeItem[];
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user