@ -85,7 +85,7 @@
isFirstLoaded.value = true;
emit('options-change', treeData.value);
}
return { getAttrs, loading, handleChange };
return { getAttrs, loading, handleChange, fetch };
},
});
</script>
@ -279,6 +279,7 @@
async function handleRefreshTree() {
state.treeData = listToTree(await listFormCategory());
await getForm().resetFields();
formCategoryIdElRef.value.fetch();
/** 处理工作流表单设计 */