hz-zhhq-web/node_modules/.cache/babel-loader/fce0abaf6da2ba75a4cbcec55e6...

1 line
5.5 KiB
JSON
Raw Normal View History

2025-02-25 13:43:48 +08:00
{"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\\estate\\examine\\zhengg\\index.vue?vue&type=script&lang=js","dependencies":[{"path":"E:\\hz-zhhq-web\\src\\views\\estate\\examine\\zhengg\\index.vue","mtime":1737610069419},{"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\nimport { ZgFk, LookZgFk, Zgdownload, Own } from \"@/api/getdata\";\nimport Popup from \"@/views/estate/examine/dialog/popup.vue\";\nexport default {\n components: {\n Popup: Popup\n },\n data: function data() {\n return {\n btn: 2,\n nav: '',\n validation: false,\n completeTitle: \"\",\n // row: this.$route.params.row,\n row: this.$route.params.row ? this.$route.params.row : JSON.parse(window.localStorage.getItem(\"zgyjrow\")),\n index: this.$route.params.index ? this.$route.params.index : window.localStorage.getItem(\"zgyindex\"),\n date: \"\",\n text1: \"\",\n text2: \"\",\n text3: \"\",\n text4: \"\",\n tabledata: {},\n ids1: \"\",\n ids2: \"\"\n };\n },\n created: function created() {\n // console.log(this.index,100)\n },\n mounted: function mounted() {\n this.date = this.row.month;\n // if (this.row.STATUS != \"0\") {\n this.getlist();\n // }\n },\n methods: {\n closeDialogDel: function closeDialogDel() {\n this.validation = false;\n },\n comeBack: function comeBack() {\n this.$router.push({\n name: \"Examine\",\n params: {\n index: this.index\n }\n });\n },\n /**下载 */addDownload: function addDownload() {\n var _this = this;\n Own().then(function (res) {\n if (res.returnCode === \"1\") {\n var url = \"/greenH5/greenWebmodul/rest/greenAccessManager/downloadFeedBack?\" + \"mid\" + \"=\" + _this.row.id + \"&month=\" + _this.date;\n window.location.href = url;\n }\n });\n },\n /**反显数据 */getlist: function getlist() {\n var _this2 = this;\n var Content = {\n mid: this.row.id,\n _month: this.date\n };\n LookZgFk(Content).then(function (res) {\n // console.log(res);\n if (res.returnCode == \"1\") {\n _this2.$message({\n message: res.returnMsg,\n type: \"success\"\n });\n _this2.ids1 = res.returnData[0].id ? res.returnData[0].id : \"\";\n _this2.ids2 = res.returnData[0].id ? res.returnData[1].id : \"\";\n _this2.text1 = res.returnData[0].project;\n _this2.text2 = res.returnData[0].content;\n _this2.text3 = res.returnData[1].project;\n _this2.text4 = res.returnData[1].content;\n } else {\n _this2.$message({\n message: res.returnMsg,\n type: \"warning\"\n });\n }\n }).catch(function (err) {\n console.log(err);\n });\n },\n clearA: function clearA() {\n this.text1 = \"\";\n this.text2 = \"\";\n this.text3 = \"\";\n this.text4 = \"\";\n this.$route