feat: 普通表单的展示改到tab页里
This commit is contained in:
@ -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'
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user