{"remainingRequest":"/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/node_modules/thread-loader/dist/cjs.js!/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/node_modules/babel-loader/lib/index.js!/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/node_modules/cache-loader/dist/cjs.js??ref--0-0!/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/node_modules/vue-loader/lib/index.js??vue-loader-options!/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/src/components/CbInfo/CbInfo.vue?vue&type=script&lang=js&","dependencies":[{"path":"/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/src/components/CbInfo/CbInfo.vue","mtime":1701674859498},{"path":"/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/node_modules/cache-loader/dist/cjs.js","mtime":1701674874584},{"path":"/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/node_modules/thread-loader/dist/cjs.js","mtime":1701674873947},{"path":"/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/node_modules/babel-loader/lib/index.js","mtime":1701674874357},{"path":"/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/node_modules/cache-loader/dist/cjs.js","mtime":1701674874584},{"path":"/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/node_modules/vue-loader/lib/index.js","mtime":1701674874903}],"contextDependencies":[],"result":["import \"core-js/modules/es7.object.get-own-property-descriptors\";\nimport \"core-js/modules/web.dom.iterable\";\nimport \"core-js/modules/es6.object.keys\";\nimport _defineProperty from \"/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/node_modules/@babel/runtime-corejs2/helpers/esm/defineProperty\";\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\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 { updateApplication, getApplications as _getApplications, getCbLogData } from \"@/service/CommonApi.js\";\nexport default {\n name: 'cbInfo',\n data: function data() {\n return {\n tableHeight: document.documentElement.clientHeight - 50 - 41 - 32 - 60 + \"px\",\n cbInfo: {\n URL: '',\n Token: '',\n EncodingAESkey: ''\n },\n detail: {},\n data: [{}]\n };\n },\n created: function created() {\n this.getApplications();\n this.getLogData();\n },\n methods: {\n getApplications: function getApplications() {\n var _this = this;\n\n var appId = JSON.parse(this.$route.query.params).appId;\n\n _getApplications({\n id: appId\n }, {\n onSucess: function onSucess(response) {\n if (response.data.errcode == 0) {\n _this.detail = response.data.data;\n _this.cbInfo.URL = _this.detail.url;\n _this.cbInfo.Token = _this.detail.token;\n _this.cbInfo.EncodingAESkey = _this.detail.encodingAESkey;\n }\n }\n });\n },\n onSaveBtn: function onSaveBtn() {\n var _this2 = this;\n\n var params = _objectSpread(_objectSpread({}, this.detail), this.cbInfo);\n\n updateApplication(params, {\n onSucess: function onSucess(response) {\n if (response.data.errcode == 0) {\n _this2.$message({\n message: _this2.$t('msg.ss'),\n type: 'success'\n });\n }\n }\n });\n },\n getLogData: function getLogData() {\n var _this3 = this;\n\n var appId = JSON.parse(this.$route.query.params).appId;\n getCbLogData(appId, {\n onSucess: function onSucess(response) {\n if (response.data.errcode == 0) {\n _this3.data = response.data.data;\n }\n }\n });\n }\n }\n};",null]}