Discover: sidebarFilter - Squence design Drag & Drop UI.

This commit is contained in:
chiayin
2023-06-13 15:51:37 +08:00
parent faa68d4822
commit 257eb17ff6
4 changed files with 63 additions and 12 deletions

View File

@@ -116,7 +116,6 @@ export default {
* @param {string} type processMap | bpmn
*/
switchMapType(type) {
// console.log(type);
this.mapType = type;
this.createCy(type);
},