mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-15 00:25:07 +08:00
update 移除users和group
This commit is contained in:
parent
8fd8341b36
commit
d7ca731710
@ -14,8 +14,6 @@ import SequenceFlowPanel from './panel/SequenceFlowPanel.vue';
|
||||
import { Modeler, ModdleElement } from 'bpmn';
|
||||
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
|
||||
interface propsType {
|
||||
users: Array<any>;
|
||||
groups: Array<any>;
|
||||
modeler: Modeler;
|
||||
}
|
||||
const props = withDefaults(defineProps<propsType>(), {});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user