zhangyanpeng
2024-03-04 6a72e9e44dc7278e18d55ccd5637b81a1cb2f047
src/views/admin/layout/ProcessDiagramViewer.vue
@@ -44,7 +44,6 @@
  },
  computed:{
    selectedNode(){
      console.log("ProcessDiagramViewer-selectedNode",this.$store.state)
      return this.$store.state.selectedNode
    }
  },
@@ -56,13 +55,11 @@
  },
  methods: {
    test(){
      console.log("test")
    },
    validate(){
      return this.$refs["process-tree"].validateProcess()
    },
    nodeSelected(node){
      console.log('配置节点bbb', node)
      this.showConfig = true
    }
  },