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';
|
import { Modeler, ModdleElement } from 'bpmn';
|
||||||
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
|
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
|
||||||
interface propsType {
|
interface propsType {
|
||||||
users: Array<any>;
|
|
||||||
groups: Array<any>;
|
|
||||||
modeler: Modeler;
|
modeler: Modeler;
|
||||||
}
|
}
|
||||||
const props = withDefaults(defineProps<propsType>(), {});
|
const props = withDefaults(defineProps<propsType>(), {});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user