{"remainingRequest":"/data/jenkins/workspace/badp-bcxin-web-5.x-vue/node_modules/vue-loader/lib/index.js??vue-loader-options!/data/jenkins/workspace/badp-bcxin-web-5.x-vue/src/components/form_operation_log.vue?vue&type=script&lang=js&","dependencies":[{"path":"/data/jenkins/workspace/badp-bcxin-web-5.x-vue/src/components/form_operation_log.vue","mtime":1725957645722},{"path":"/data/jenkins/workspace/badp-bcxin-web-5.x-vue/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/data/jenkins/workspace/badp-bcxin-web-5.x-vue/node_modules/thread-loader/dist/cjs.js","mtime":499162500000},{"path":"/data/jenkins/workspace/badp-bcxin-web-5.x-vue/node_modules/babel-loader/lib/index.js","mtime":315532800000},{"path":"/data/jenkins/workspace/badp-bcxin-web-5.x-vue/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/data/jenkins/workspace/badp-bcxin-web-5.x-vue/node_modules/vue-loader/lib/index.js","mtime":1655715099000}],"contextDependencies":[],"result":["\nimport { mapGetters, mapActions } from 'vuex'\nexport default {\n props: [\n 'docId',\n 'operationData',\n ],\n computed: {\n ...mapGetters({\n tableData: 'operationLog'\n }),\n },\n created() {\n let data = {\n fieldName: this.operationData.fieldName,\n _: new Date().getTime(),\n }\n let appId = this.$root.appid;\n let docId = this.docId;\n // this.getOperationLogs()\n this.getOperationLog({appId, docId, data});\n },\n data: function() {\n return {\n showLogsDialog: false,\n // tableData:[],\n showLogsIcon:true,\n };\n },\n methods: {\n ...mapActions([\n \"getOperationLog\",\n ]),\n getOperationLogs() {\n let data = {\n fieldName: this.operationData.fieldName,\n _: new Date().getTime(),\n }\n this.$api.getOperationLogs(\n this.$root.appid,\n this.docId,\n data,\n {\n onSucess: res => {\n this.tableData = res.data.data;\n }\n }\n )\n },\n hiddenLogsDialog() {\n this.$emit(\"event\");\n },\n \n }\n}\n",null]}