1 line
4.9 KiB
JSON
1 line
4.9 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\\appStat\\moduleStat.vue?vue&type=script&lang=js","dependencies":[{"path":"E:\\hz-zhhq-web\\src\\views\\appStat\\moduleStat.vue","mtime":1737610069401},{"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":["import _defineProperty from \"E:/hz-zhhq-web/node_modules/@babel/runtime/helpers/esm/defineProperty.js\";\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 moment from \"moment\";\nimport { LogStat, deleteLog, XTother, Own } from \"@/api/getdata\";\nexport default {\n components: {},\n data: function data() {\n return {\n loading: false,\n //初始化loading\n loadingMsg: \"\",\n formInline: {\n stateTime: \"\",\n endTime: \"\"\n },\n tableData: [],\n tableCols: [_defineProperty(_defineProperty({\n type: \"normal\",\n is_show: true,\n minWidth: \"150\",\n prop: \"code\",\n label: \"序号\",\n align: \"center\"\n }, \"minWidth\", \"60\"), \"sortable\", false), {\n type: \"normal\",\n is_show: true,\n minWidth: \"120\",\n prop: \"operate_function\",\n label: \"访问模块\"\n // sortable: true\n }, {\n type: \"normal\",\n is_show: true,\n minWidth: \"110\",\n prop: \"COUNT\",\n label: \"统计次数\"\n // sortable: true\n }]\n };\n },\n mounted: function mounted() {\n // console.log(moment,50)\n this.createLoad();\n this.getlist();\n },\n methods: {\n createLoad: function createLoad() {\n this.loading = true;\n this.loadingMsg = \"加载中...\";\n },\n clearLoad: function clearLoad() {\n this.loading = false;\n this.loadingMsg = \"\";\n },\n onOut: function onOut() {\n var _this = this;\n console.log(123456);\n Own().then(function (res) {\n console.log(res, 999);\n if (res.returnCode === \"1\") {\n var a = _this.formInline.stateTime ? _this.formInline.stateTime : \"\";\n var b = _this.formInline.endTime ? _this.formInline.endTime : \"\";\n var str = \"startTime=\" + a + \"&endTime=\" + b;\n // let url = \"http://192.168.43.122:8080/greenH5/greenWebmodul/rest/greenAppLogStat/expModStatExcel?\" + str;\n var url = \"/greenH5/greenWebmodul/rest/greenAppLogStat/expModStatExcel?\" + str;\n console.log(url, 241);\n window.location.href = url;\n }\n });\n },\n onSubmit: function onSubmit() {\n this.createLoad();\n this.getlist();\n },\n currentChanges: function currentChanges(val) {\n this.page.limit = val;\n this.createLoad();\n this.getlist();\n },\n getlist: function getlist() {\n var _this2 = this;\n var Content = {\n queryObj: {\n logRank: \"0\",\n logType: \"4\",\n startTime: this.formInline.stateTime,\n endtTime: this.formInline.endTime,\n operatorName: \"\",\n operateType: \"\"\n }\n };\n
|