{"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\\log\\BusinessLog.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\views\\log\\BusinessLog.vue","mtime":1675071992975},{"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//\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 uc from '@/api/uc.js';\nimport moment from 'moment'; //日期格式化插件\n\nexport default {\n  components: {},\n  data: function data() {\n    return {\n      seacrh: [{\n        label: '登陆人',\n        prop: 'user'\n      }],\n      logDialogVisible: false,\n      data: [],\n      pageResult: {\n        page: 1,\n        pageSize: 50,\n        total: 0,\n        query: {\n          pageNum: 0,\n          pageSize: 20\n        }\n      },\n      actionData: {}\n    };\n  },\n  computed: {},\n  methods: {\n    //   格式化时间\n    formatTime: function formatTime(time) {\n      return moment(time).format('YYYY-MM-DD HH:mm:ss');\n    },\n    rowClick: function rowClick(row, column, event) {\n      this.$refs.htTable.$refs.htTable.toggleRowSelection(row);\n    },\n    handleLogClose: function handleLogClose() {\n      this.logDialogVisible = false;\n    },\n    loadData: function loadData(param, cb) {\n      var _this = this;\n\n      console.log(param);\n      var data = {};\n      var headers = {};\n\n      if (param.query) {\n        data.user = param.query[0].value;\n        data = this.qs.stringify(data);\n      } else {\n        data = param;\n      }\n\n      uc.BusinessException(data, headers).then(function (response) {\n        console.log(response, 'response');\n        _this.data = response.records;\n        _this.pageResult = {\n          page: response.page,\n          pageSize: response.size,\n          total: response.total\n        };\n      }).finally(function () {\n        return cb();\n      });\n    },\n    handleLogShow: function handleLogShow(data) {\n      this.logDialogVisible = true;\n      this.actionData = data;\n    }\n  }\n};",null]}