2025-02-25 14:04:51 +08:00
|
|
|
{"remainingRequest":"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\\zhengl\\index.vue?vue&type=script&lang=js","dependencies":[{"path":"E:\\hz-zhhq-web\\src\\views\\estate\\examine\\zhengl\\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":1740463332762},{"path":"E:\\hz-zhhq-web\\node_modules\\babel-loader\\lib\\index.js","mtime":1740463332584},{"path":"E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1740463332762},{"path":"E:\\hz-zhhq-web\\node_modules\\vue-loader\\lib\\index.js","mtime":1740463340941}],"contextDependencies":[],"result":["\"use strict\";\n\nvar _interopRequireDefault = require(\"E:/hz-zhhq-web/node_modules/@babel/runtime/helpers/interopRequireDefault.js\");\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = void 0;\nvar _defineProperty2 = _interopRequireDefault(require(\"E:/hz-zhhq-web/node_modules/@babel/runtime/helpers/defineProperty.js\"));\nvar _getdata = require(\"@/api/getdata\");\nvar _popup = _interopRequireDefault(require(\"@/views/estate/examine/dialog/popup.vue\"));\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//\nvar _default = exports.default = {\n components: {\n Popup: _popup.default\n },\n data: function data() {\n return {\n btn: 2,\n nav: \"\",\n validation: false,\n completeTitle: \"\",\n monthTitle: \"\",\n wyName: \"\",\n row: this.$route.params.row ? this.$route.params.row : JSON.parse(window.localStorage.getItem(\"zgtzrow\")),\n index: this.$route.params.index ? this.$route.params.index : window.localStorage.getItem(\"zgtindex\"),\n text1: \"\",\n text2: \"\",\n text3: \"\",\n text4: \"\"\n };\n },\n created: function created() {\n // console.log(this.index,100)\n },\n mounted: function mounted() {\n this.monthTitle = this.row.month;\n this.wyName = this.row.compony;\n // if(this.row.STATUS!='0'){\n this.getlist();\n // }\n },\n methods: {\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 (0, _getdata.Own)().then(function (res) {\n if (res.returnCode === \"1\") {\n var url = \"/greenH5/greenWebmodul/rest/greenAccessManager/downloadNotice?\" + \"id\" + \"=\" + _this.row.noticeId + \"&month=\" + _this.monthTitle + \"&company=\" + _this.wyName;\n window.location.href = url;\n }\n });\n },\n /**反显数据 */getlist: function getlist() {\n var _this2 = this;\n var Content = {\n id: this.row.noticeId\n };\n (0, _getdata.LookZgTz)(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.text1 = res.returnData.content;\n _this2.text2 = res.returnData.opinions;\n _this2.text3 = res.returnData.feedTime;\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 clear: function clear() {\n // this.text1 = \"\";\n // this.text2 = \"\";\n // this.text3 = \"\";\n // this.text4 = \"\";\n this.$router.push({\n
|