{"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\\UserSelector.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\components\\selector\\UserSelector.vue","mtime":1675071992288},{"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/web.dom.iterable\";\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nimport eipUserDialog from \"@/components/dialog/EipUserDialog.vue\";\nexport default {\n name: \"user-selector\",\n components: {\n eipUserDialog: eipUserDialog\n },\n props: {\n value: Array | String,\n single: {\n type: Boolean,\n default: false\n }\n },\n data: function data() {\n return {};\n },\n computed: {\n fullnames: function fullnames(val) {\n var temp = [];\n\n if (this.value && this.value.constructor == Array) {\n this.value.forEach(function (item) {\n temp.push(item.fullname);\n });\n }\n\n return temp.join(\",\");\n }\n },\n methods: {\n showDialog: function showDialog() {\n this.$refs.eipUserDialog.showDialog(this.value);\n },\n onConfirm: function onConfirm(selection) {\n var result = [];\n\n if (selection) {\n selection.forEach(function (item) {\n var obj = {\n id: item.id,\n account: item.account,\n fullname: item.fullname\n };\n result.push(obj);\n });\n } // this.fullnames = fullnames.join(\",\");\n\n\n this.$emit(\"input\", result);\n }\n }\n};",null]}