This commit is contained in:
2026-03-03 16:17:40 +08:00
parent 2bbcfc4981
commit 817782de09
2 changed files with 3 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ onMounted(() => {
node.value = {
id: approveContents.id,
type: approveContents.type,
name: approveContents.name,
};
// console.log('node', node.value);
const { paramData = {} } = approveContents;

View File

@@ -252,11 +252,13 @@ const dataType: any = {
interface Props {
pageParams: any; // 审核页面传参:当前节点信息
pageType: string; // 页面类型approve-审核预览
name?: any;
}
const props = withDefaults(defineProps<Props>(), {
pageParams: {},
pageType: '',
name: '',
});
const actionList = ref([