feat: 普通表单的展示改到tab页里

This commit is contained in:
gaoyunqi
2024-03-11 14:19:36 +08:00
parent 417355defc
commit cf66f75050
3 changed files with 176 additions and 1 deletions

View File

@ -4,6 +4,7 @@ const bus = new mitt();
export default function () {
return {
bus,
FLOW_PROCESSED: 'flow_processed'
FLOW_PROCESSED: 'flow_processed',
FORM_LIST_MODIFIED: 'form_list_modified'
};
}