merge
This commit is contained in:
@@ -139,6 +139,9 @@ const formAttrs = computed(() => ({
|
||||
multiple: !isEdit.value,
|
||||
limit: isEdit.value ? 1 : undefined,
|
||||
},
|
||||
templateId: {
|
||||
moduleCode: 'KNOWLEDGE_APPROVAL',
|
||||
},
|
||||
}));
|
||||
|
||||
const onFormChangeFun = (data: any) => {
|
||||
|
||||
Reference in New Issue
Block a user