{"remainingRequest":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\yhxt-web\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\yhxt-web\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\yhxt-web\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\yhxt-web\\src\\components\\selector\\projectInfoSelector.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\yhxt-web\\src\\components\\selector\\projectInfoSelector.vue","mtime":1667326394591},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\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//\nimport basicData from '@/api/basicData.js';\nexport default {\n props: {\n value: String\n },\n data: function data() {\n return {\n name: '',\n options: [],\n id: ''\n };\n },\n created: function created() {\n this.getInfo();\n },\n methods: {\n getInfo: function getInfo() {\n var _this = this;\n\n basicData.getProjectManagementData().then(function (res) {\n _this.options = res.rows;\n\n if (_this.value) {\n _this.id = _this.value;\n } else {\n _this.id = _this.options[0].id;\n }\n\n _this.$emit('valueProject', _this.options[0]);\n });\n },\n changed: function changed(val) {\n var _this2 = this;\n\n this.options.forEach(function (item) {\n if (item.id == val) {\n _this2.$emit('changedProject', item);\n }\n });\n }\n }\n};",null]}