merge
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user