update 移除users和group

This commit is contained in:
LiuHao 2024-02-02 10:53:35 +08:00
parent 8fd8341b36
commit d7ca731710

View File

@ -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>(), {});