{"remainingRequest":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\ljzc-fvue\\src\\views\\assetsOperating\\AssetLedgerRegistration\\OperatingValuePublic\\components\\detailDialog.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\src\\views\\assetsOperating\\AssetLedgerRegistration\\OperatingValuePublic\\components\\detailDialog.vue","mtime":1701943659908},{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import \"core-js/modules/web.dom.iterable\";\nimport \"regenerator-runtime/runtime\";\nimport _asyncToGenerator from \"D:/jenkins/workspace/ljzc-fvue/node_modules/@babel/runtime/helpers/esm/asyncToGenerator\";\nimport \"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//\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//\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//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nimport Breadcrumb from '@/components/Breadcrumb/index.vue';\nimport utils from '@/utils.js';\nimport api from '@/api/assetsOperating/AssetLedgerRegistration/OperatingValuePublic.js';\nexport default {\n name: 'domesticDialog',\n components: {\n Breadcrumb: Breadcrumb\n },\n data: function data() {\n return {\n breadcrumbOpt: [{\n breadcrumbName: '楼栋信息'\n }, {\n breadcrumbName: '详情'\n }],\n parameter: {},\n projectData: []\n };\n },\n created: function created() {},\n mounted: function mounted() {},\n methods: {\n //证件类型翻译回显\n cardTypeName: function cardTypeName(value) {\n return this.cardTypeData.filter(function (item) {\n return item.value === value;\n })[0].name;\n },\n //面包屑点击\n breadcrumbClick: function breadcrumbClick() {\n this.$emit('closeComponent');\n },\n //字典翻译\n getDictName: function getDictName(code, value) {\n return utils.getDictName(code, value);\n },\n //详情\n detail: function detail(val) {\n if (val) {\n this.modifychoData(val);\n }\n },\n //获取详情\n modifychoData: function () {\n var _modifychoData = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee(val) {\n var _this = this;\n\n return regeneratorRuntime.wrap(function _callee$(_context) {\n while (1) {\n switch (_context.prev = _context.next) {\n case 0:\n _context.next = 2;\n return this.getProject();\n\n case 2:\n api.detailsData(val.id, function (res) {\n if (res) {\n _this.parameter = res;\n\n _this.projectData.forEach(function (e) {\n if (res.projectId === e.id) {\n _this.parameter.projectName = e.projectName;\n }\n });\n }\n });\n\n case 3:\n case \"end\":\n return _context.stop();\n }\n }\n }, _callee, this);\n }));\n\n function modifychoData(_x) {\n return _modifychoData.apply(this, arguments);\n }\n\n return modifychoData;\n }(),\n //获取项目下拉\n getProject: function getProject() {\n var _this2 = this;\n\n api.projectQquery({\n pageBean: {\n pageSize: -1,\n page: 1\n }\n }, function (res) {\n if (res.rows) {\n _this2.projectData = res.rows;\n }\n });\n }\n }\n};",null]}