fix : 修复默认矩阵审批

This commit is contained in:
2024-06-15 18:02:32 +08:00
parent f624b4d290
commit 61a999758e

View File

@@ -273,6 +273,7 @@ const props = defineProps({
const nodeProps = computed(() => {
processStore.getSelectedNode().props.matrixApproval=true
return processStore.getSelectedNode().props;
})