hz-zhhq-web/node_modules/.cache/babel-loader/826d0c9b2bacf45a0c5b922bcd2...

1 line
3.7 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\\visitor\\details\\index.vue?vue&type=script&lang=js","dependencies":[{"path":"E:\\hz-zhhq-web\\src\\views\\approve\\visitor\\details\\index.vue","mtime":1737610069404},{"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\nimport { YyDetailList } from \"@/api/getdata\";\nexport default {\n data: function data() {\n return {\n part: \"\",\n visited: \"\",\n visited_tel: \"\",\n visited_time: \"\",\n state: \"\",\n visitor: \"\",\n visitor_tel: \"\",\n IDcard_pic_zheng: \"\",\n IDcard_pic_fan: \"\",\n aaa: \"\",\n fkdata: [],\n idcard: \"\"\n };\n },\n mounted: function mounted() {\n this.getlist();\n // var data = this.$route.query;\n // console.log(data);\n // this.visited = data.visited_person_name;\n // this.part = data.visited_dept_name;\n // this.visited_tel = data.visited_person_tel;\n // this.visited_time = data.visit_time;\n // this.state = data.status;\n // this.visitor = data.visitor_name;\n // this.visitor_tel = data.visitor_tel;\n },\n methods: {\n comeBack: function comeBack() {\n this.$router.push({\n path: '/approve/visitor'\n });\n },\n getlist: function getlist() {\n var _this = this;\n var Content = {\n id: this.$route.query.id\n };\n YyDetailList(Content).then(function (res) {\n if (res.returnCode == \"1\") {\n _this.$message({\n message: res.returnMsg,\n type: \"success\"\n });\n console.log(res.returnData[0], 12);\n // this.aaa = res.returnData;\n // console.log(res.returnData,999)\n _this.visited = res.returnData[0].visited_person_name;\n _this.part = res.returnData[0].visited_dept_name;\n _this.visited_tel = res.returnData[0].visited_person_tel;\n _this.visited_time = res.returnData[0].visit_start_time;\n _this.state = res.returnData[0].status_value;\n _this.visitor = res.returnData[0].visitor_name;\n _this.visitor_tel = res.returnData[0].visitor_tel;\n _this.IDcard_pic_zheng = res.returnData[0].IDcard_pic1;\n _this.IDcard_pic_fan = res.returnData[0].IDcard_pic2;\n _this.fkdata = res.returnData[0].retinue;\n _this.idcard = res.returnData[0].idcard;\n // this.fkidcard = res.returnData[0].retinue;\n } else {\n _this.$message({\n message: res.returnMsg,\n type: \"warning\"\n });\n }\n // console.log(res,'YyDetailList')\n }).catch(function (err) {\n console.log(\"error!\");\n });\n }\n }\n};",null]}