Merge branch 'dev-cjw' into 'dev'
feat: 流程设计新增对API审批人进行编辑的功能。 See merge request itc-framework/ma/2024/front!17
This commit is contained in:
@ -25,7 +25,8 @@
|
||||
return [];
|
||||
},
|
||||
});
|
||||
let config = ref<ApiConfig>();
|
||||
const ApiConfig: any = props.memberList.find((member) => member.apiConfig);
|
||||
let config = ref<ApiConfig | undefined>(ApiConfig?.apiConfig);
|
||||
const exampleStr = `{
|
||||
code: 0,
|
||||
msg: 'success',
|
||||
|
||||
Reference in New Issue
Block a user