{"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\\flow\\TransferManager.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\views\\flow\\TransferManager.vue","mtime":1675071992835},{"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":["import \"regenerator-runtime/runtime\";\nimport _asyncToGenerator from \"D:/jenkins/workspace/xq-web-bpm/node_modules/@babel/runtime/helpers/esm/asyncToGenerator\";\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 flow from \"@/api/flow.js\";\nimport TransferEdit from \"../../components/flow/TransferEdit\";\n\nvar transferDetail = function transferDetail() {\n return import(\"@/components/flow/TransferDetail.vue\");\n};\n\nvar transferEdit = function transferEdit() {\n return import(\"@/components/flow/TransferEdit.vue\");\n};\n\nexport default {\n components: {\n transferEdit: transferEdit,\n transferDetail: transferDetail\n },\n data: function data() {\n return {\n data: [],\n pageResult: {\n page: 0,\n pageSize: 50,\n total: 0\n },\n detailData: {},\n deleteUrl: window.context.bpmRunTime + \"/runtime/bpmTransRecord/v1/removes\"\n };\n },\n methods: {\n rowClick: function rowClick(row, column, event) {\n this.$refs.table.$refs.htTable.toggleRowSelection(row);\n },\n loadData: function loadData(param, cb) {\n var _this = this;\n\n flow.getTransferList(param).then(function (response) {\n _this.data = response.rows;\n _this.pageResult = {\n page: response.page,\n pageSize: response.pageSize,\n total: response.total\n };\n }).finally(function () {\n cb();\n });\n },\n edit: function edit() {\n this.$refs.transferEdit.handleOpen();\n },\n detail: function () {\n var _detail = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee(id) {\n return regeneratorRuntime.wrap(function _callee$(_context) {\n while (1) {\n switch (_context.prev = _context.next) {\n case 0:\n _context.next = 2;\n return flow.getTransferById(id);\n\n case 2:\n this.detailData = _context.sent;\n this.detailData.url = window.context.bpmRunTime + \"/runtime/bpmTransRecord/v1/tran/tranResult?tranId=\" + this.detailData.id;\n this.$refs.transfer.handleOpen();\n\n case 5:\n case \"end\":\n return _context.stop();\n }\n }\n }, _callee, this);\n }));\n\n function detail(_x) {\n return _detail.apply(this, arguments);\n }\n\n return detail;\n }(),\n afterSave: function afterSave() {\n this.$refs.table.load();\n }\n }\n};",null]}