{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-bpm\\src\\components\\flow\\FlowBranchConditionList.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\components\\flow\\FlowBranchConditionList.vue","mtime":1675071991788},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nimport flow from \"@/api/flow.js\";\nimport req from \"@/request.js\";\nimport { mapState, mapActions } from \"vuex\";\nimport FlowBranchConditionSet from \"@/components/flow/FlowBranchConditionSet.vue\";\nimport utils from \"@/hotent-ui-util.js\";\nexport default {\n  components: {\n    FlowBranchConditionSet: FlowBranchConditionSet\n  },\n  data: function data() {\n    return {\n      data: []\n    };\n  },\n  methods: {\n    setConditon: function setConditon() {\n      this.$refs.flowBranchConditionSet.showDialog();\n    },\n    setConditonConfirm: function setConditonConfirm(selection, node, nodeCompent) {\n      if (selection && selection.children && selection.children.length > 0) {\n        return;\n      }\n\n      this.visible = false;\n      this.handleValue(node, selection);\n      this.$emit('node-click', selection, node);\n    }\n  },\n  mounted: function mounted() {\n    this.$root.$on('edit-node-change', function (value) {\n      var this_ = this;\n      this.$store.dispatch(\"flow/getCurSelectBranches\").then(function (data) {\n        this_.data = data;\n      });\n    });\n  },\n  created: function created() {\n    var this_ = this;\n    this.$store.dispatch(\"flow/getCurSelectBranches\").then(function (data) {\n      this_.data = data;\n    });\n  }\n};",null]}