{"remainingRequest":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\yhxt-web\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\yhxt-web\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\yhxt-web\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\yhxt-web\\src\\components\\dialog\\tunneDialog.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\yhxt-web\\src\\components\\dialog\\tunneDialog.vue","mtime":1667326393951},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\yhxt-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//\nexport default {\n data: function data() {\n return {\n title: '隧道经常检查列表',\n pageResult: {\n page: 1,\n pageSize: 20,\n total: 0\n },\n dialogVisible: false,\n data: [],\n tunnelId: ''\n };\n },\n methods: {\n handleClose: function handleClose(done) {\n done();\n },\n open: function open(data) {\n this.dialogVisible = true; // this.$http.post('${form}')\n\n this.tunnelId = data.id;\n },\n loadData: function loadData(param, cb) {\n var _this = this;\n\n param.querys = [{\n group: 'main',\n operation: 'EQUAL',\n parentGroup: '',\n property: 'tunnel_id_',\n relation: 'AND',\n value: this.tunnelId\n }];\n this.$http.post('${form}/tunnelOftenCheck/v1/getJson', param).then(function (resp) {\n var response = resp.data;\n _this.data = response.rows; // for (let i in this.data) {\n // let lastM = new Date(\n // new Date().setMonth(new Date().getMonth() + 1)\n // )\n // lastM = this.formTime(lastM)\n // lastM = new Date(lastM.replace(/-/g, '/'))\n // let dayM = new Date(this.data[i].checkDate)\n // let days = lastM.getTime() - dayM.getTime()\n // days = parseInt(days / (1000 * 60 * 60 * 24))\n // this.data[i].InspectionDays = days\n // }\n\n _this.pageResult = {\n page: response.page,\n pageSize: response.pageSize,\n total: response.total\n };\n }, function (error) {\n reject(error);\n }).finally(function () {\n if (cb) {\n cb();\n }\n });\n },\n handleEdit: function handleEdit(data) {// this.title = '桥梁经常检查列表'\n // this.dialogVisible = true\n // this.$refs.fredialog.open(data)\n }\n }\n};",null]}