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