{"remainingRequest":"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//\n\r\nimport flow from \"@/api/flow.js\";\r\nimport req from \"@/request.js\";\r\nimport { mapState, mapActions } from \"vuex\";\r\nimport FlowBranchConditionSet from \"@/components/flow/FlowBranchConditionSet.vue\";\r\nimport utils from \"@/hotent-ui-util.js\"\r\nexport default {\r\n components: { FlowBranchConditionSet},\r\n data() {\r\n return {\r\n data:[]\r\n };\r\n },\r\n \r\n methods: {\r\n setConditon() {\r\n this.$refs.flowBranchConditionSet.showDialog();\r\n },\r\n setConditonConfirm(selection,node,nodeCompent) {\r\n if (selection && selection.children &&selection.children.length>0) {\r\n return;\r\n }\r\n this.visible = false;\r\n this.handleValue(node,selection);\r\n this.$emit('node-click',selection,node);\r\n },\r\n },\r\n mounted() {\r\n this.$root.$on('edit-node-change', function(value) {\r\n let this_ = this;\r\n this.$store.dispatch(\"flow/getCurSelectBranches\").then(function(data){\r\n this_.data = data;\r\n })\r\n });\r\n },\r\n created() {\r\n let this_ = this;\r\n this.$store.dispatch(\"flow/getCurSelectBranches\").then(function(data){\r\n this_.data = data;\r\n })\r\n }\r\n};\r\n",null]}