{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-bpm\\src\\views\\system\\Monitor\\RequestTracking.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\views\\system\\Monitor\\RequestTracking.vue","mtime":1675071993178},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\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//\nimport portal from '@/api/portal.js';\nimport moment from 'moment';\nexport default {\n  data: function data() {\n    return {\n      tableData: [],\n      currpage: 1,\n      pagesize: 10,\n      loading: true\n    };\n  },\n  created: function created() {\n    this.loadRedisInfo();\n  },\n  methods: {\n    loadRedisInfo: function loadRedisInfo() {\n      var _this = this;\n\n      portal.getRequest().then(function (res) {\n        _this.tableData = res; // this.tableData.map((value,key)=>{\n        //   let date = moment(parseInt(value.timestamp)).format('YYYY/MM/DD hh:mm:ss')\n        //   return date\n        // })\n        // console.log(date)\n\n        _this.loading = false;\n      });\n    },\n    handleSizeChange: function handleSizeChange(val) {\n      this.pagesize = val;\n    },\n    handleCurrentChange: function handleCurrentChange(val) {\n      this.currpage = val;\n    },\n    load: function load() {\n      this.loadRedisInfo();\n    },\n    fomart: function fomart(time) {\n      moment.locale();\n      var times = time * 1000;\n      times = moment(times).format('YYYY-MM-DD HH:mm:ss');\n      return times;\n    }\n  }\n};",null]}