流程设计页面:查询流程分类时改成传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>
|
||||
|
||||
@ -296,7 +296,7 @@
|
||||
|
||||
async function getCategoryTree() {
|
||||
let res = (await getDicDetailList({
|
||||
itemId: FlowCategory.ID,
|
||||
itemCode: FlowCategory.CODE,
|
||||
})) as unknown as TreeItem[];
|
||||
data.treeData = res.map((ele) => {
|
||||
ele.icon = 'ant-design:tags-outlined';
|
||||
|
||||
Reference in New Issue
Block a user