Discover: cytoscape map && switch data type done.
This commit is contained in:
@@ -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);
|
||||
};
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user