Discover: cytoscape map && switch data type done.

This commit is contained in:
chiayin
2023-03-02 16:18:16 +08:00
parent cf2ec242aa
commit 8f2514cd5c
6 changed files with 380 additions and 251 deletions

View File

@@ -18,11 +18,9 @@ export default defineStore('allMapDataStore', {
try {
const response = await this.$axios.get(api);
// console.log(response);
this.processMap = response.data.process_map;
this.bpmn = response.data.bpmn;
} catch(error) {
// console.dir(error);
};
},
}