hz-zhhq-web/node_modules/.cache/babel-loader/8f03370dafac51b631db8dc9855...

1 line
3.3 KiB
JSON

{"remainingRequest":"E:\\hz-zhhq-web\\node_modules\\thread-loader\\dist\\cjs.js!E:\\hz-zhhq-web\\node_modules\\babel-loader\\lib\\index.js!E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!E:\\hz-zhhq-web\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!E:\\hz-zhhq-web\\src\\views\\approve\\construction\\detail\\index.vue?vue&type=script&lang=js","dependencies":[{"path":"E:\\hz-zhhq-web\\src\\views\\approve\\construction\\detail\\index.vue","mtime":1737610069401},{"path":"E:\\hz-zhhq-web\\babel.config.js","mtime":1737610069371},{"path":"E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\hz-zhhq-web\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\hz-zhhq-web\\node_modules\\babel-loader\\lib\\index.js","mtime":456789000000},{"path":"E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\hz-zhhq-web\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["//\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 { conApplydetail } from \"@/api/getdata\";\nexport default {\n data: function data() {\n return {\n apply_dept_name: \"\",\n principal: \"\",\n contact_tel: \"\",\n IDCard_no: \"\",\n //\n business_name: \"\",\n business_detail: \"\",\n construct_company: \"\",\n start_time: \"\",\n end_time: \"\",\n //\n implement_plan: \"\",\n implement_initiate_file: \"\",\n sgry: [],\n ids: window.localStorage.getItem('condetail')\n };\n },\n mounted: function mounted() {\n this.getlist();\n },\n methods: {\n comeBack: function comeBack() {\n this.$router.push({\n path: '/approve/construction'\n });\n },\n getlist: function getlist() {\n var _this = this;\n var Content = {\n id: this.ids\n };\n conApplydetail(Content).then(function (res) {\n // console.log(res.returnData[0])\n if (res.returnCode == \"1\") {\n _this.apply_dept_name = res.returnData[0].apply_dept_name, _this.principal = res.returnData[0].principal, _this.contact_tel = res.returnData[0].contact_tel, _this.IDCard_no = res.returnData[0].IDCard_no,\n //\n _this.business_name = res.returnData[0].business_name, _this.business_detail = res.returnData[0].business_detail, _this.construct_company = res.returnData[0].construct_company, _this.start_time = res.returnData[0].start_time, _this.end_time = res.returnData[0].end_time,\n //\n _this.implement_plan = res.returnData[0].implement_plan, _this.implement_initiate_file = res.returnData[0].implement_initiate_file, _this.sgry = res.returnData[0].constructPserson, _this.$message({\n message: res.returnMsg,\n type: \"success\"\n });\n } else {\n _this.$message({\n message: res.returnMsg,\n type: \"warning\"\n });\n }\n }).catch(function (err) {\n console.log(\"error!\");\n });\n }\n }\n};",null]}