|
@@ -78,7 +78,9 @@ export default {
|
|
|
this.init();
|
|
|
// 挂在bus
|
|
|
this.getBus();
|
|
|
- store.dispatch("getGraphElement", { PageSize: 1000 });
|
|
|
+ if (this.urlMsg.categoryId) {
|
|
|
+ store.dispatch("getGraphElement", { PageSize: 1000, Deleted: false, GraphCategoryIds:[this.urlMsg.categoryId] });
|
|
|
+ }
|
|
|
window.vm = this;
|
|
|
const that = this;
|
|
|
document.onkeydown = function(event) {
|