This commit is contained in:
2026-01-29 11:39:44 +08:00
parent a5975a4f73
commit f2ea5e6b6e

View File

@@ -12,6 +12,11 @@
ref="TableFormRef"
v-model:data="formData"
tableName="APPROVE_DEL_FORM"
:formAttrs="{
templateId: {
moduleCode,
},
}"
@change="changeFun"
/>
</div>
@@ -36,12 +41,14 @@ interface Props {
modelValue: boolean;
api: any;
params?: any;
moduleCode?: string;
}
const props = withDefaults(defineProps<Props>(), {
modelValue: false,
api: null,
params: {},
moduleCode: '', // 审批流程模块code
});
watch(