{"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\\contractSelector.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\yhxt-web\\src\\components\\selector\\contractSelector.vue","mtime":1667326394591},{"path":"D:\\jenkins\\workspace\\yhxt-web\\babel.config.js","mtime":1667326389982},{"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":456789000000},{"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//\n//\n\n// import basicData from '@/api/basicData.js'\nexport default {\n props: {\n value: String\n },\n data: function data() {\n return {\n name: '',\n options: []\n };\n },\n created: function created() {\n this.getInfo();\n },\n methods: {\n getInfo: function getInfo() {\n var _this = this;\n this.$http.post('${form}/bizProjectContract/v1/getJson').then(function (res) {\n _this.options = res.data.rows;\n console.log(_this.value, '11');\n if (_this.value) {\n _this.name = _this.value;\n } else {\n _this.name = _this.options[0].contractName;\n }\n _this.$emit('value', _this.options[0]);\n });\n },\n changed: function changed(val) {\n var _this2 = this;\n this.options.forEach(function (item) {\n if (item.id == val) {\n _this2.$emit('changed', item);\n }\n });\n }\n }\n};",null]}