{"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\\selector\\EipBoAttrSelector.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\components\\selector\\EipBoAttrSelector.vue","mtime":1675071992225},{"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":["import \"core-js/modules/es6.function.name\";\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nimport flow from \"@/api/flow.js\";\nexport default {\n  name: \"eip-bo-attr-selector\",\n  props: {\n    name: name,\n    defId: {\n      type: String,\n      default: \"\"\n    },\n    typeKey: {\n      type: String,\n      default: \"\"\n    },\n    appendToBody: {\n      type: Boolean,\n      default: false\n    },\n    showCheckbox: {\n      type: Boolean,\n      default: false\n    },\n    placeholder: {\n      type: String,\n      default: \"请选择属性\"\n    },\n    value: {\n      type: String\n    },\n    prop: {\n      type: Object,\n      default: function _default() {\n        return {\n          children: 'children',\n          label: 'name'\n        };\n      }\n    }\n  },\n  data: function data() {\n    return {\n      treeData: null\n    };\n  },\n  computed: {\n    inputVal: {\n      get: function get() {\n        return this.value;\n      },\n      set: function set(val) {\n        this.$emit(\"input\", val);\n      }\n    }\n  },\n  created: function created() {},\n  methods: {\n    showDialog: function showDialog() {\n      this.loadTreeData();\n      this.$refs.htTreeDialog.showDialog();\n    },\n    handleClose: function handleClose() {\n      this.$refs.htTreeDialog.handleClose();\n    },\n    loadTreeData: function loadTreeData() {\n      var _this = this;\n\n      if (this.defId) {\n        flow.getVarTree(this.defId).then(function (data) {\n          _this.treeData = data;\n        });\n      }\n    },\n    onConfirm: function onConfirm(checkedNodes) {\n      if (!checkedNodes || checkedNodes.parentId === \"0\") {\n        this.$refs.htTreeDialog.showDialog();\n        this.$message.error(\"不能选择一级分类\");\n        return false;\n      }\n\n      this.inputVal = checkedNodes.path + \".\" + checkedNodes.name;\n      this.$emit(\"input\", checkedNodes.path + \".\" + checkedNodes.name); // this.$emit(\"onConfirm\", checkedNodes,checkedNodes.path+\".\"+checkedNodes.name);\n    },\n    clear: function clear() {\n      this.$emit(\"input\", null);\n    }\n  }\n};",null]}