fix BPMN multiple selection bug
This commit is contained in:
@@ -226,9 +226,11 @@ export default {
|
||||
* switch map type
|
||||
* @param {string} type 'processMap' | 'bpmn',可傳入以上任一。
|
||||
*/
|
||||
switchMapType(type) {
|
||||
async switchMapType(type) {
|
||||
const mapPathStore = MapPathStore();
|
||||
this.mapType = type;
|
||||
this.createCy(type);
|
||||
await mapPathStore.setCytoscape(this.cytoscapeGraph);
|
||||
},
|
||||
/**
|
||||
* switch curve style
|
||||
|
||||
Reference in New Issue
Block a user