{"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\\help\\ScriptList.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\views\\flow\\help\\ScriptList.vue","mtime":1675071992881},{"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//\nimport flow from \"@/api/flow.js\";\n\nvar scriptEdit = function scriptEdit() {\n return import(\"@/views/flow/help/ScriptEdit.vue\");\n};\n\nexport default {\n components: {\n scriptEdit: scriptEdit\n },\n data: function data() {\n return {\n pageBean: {\n page: 1,\n pageSize: 20,\n total: 0\n },\n editData: {},\n data: []\n };\n },\n methods: {\n rowClick: function rowClick(row, column, event) {\n this.$refs.htTable.$refs.htTable.toggleRowSelection(row);\n },\n handleOpen: function handleOpen(param, row) {\n this.editData.title = param;\n this.editData.data = row;\n this.$refs.scriptEdit.handleOpen();\n },\n formDeleteUrl: function formDeleteUrl() {\n return window.context.bpmRunTime + \"/runtime/script/v1/remove?ids\";\n },\n loadList: function loadList() {\n this.$refs.htTable.load();\n },\n loadData: function loadData(param, cb) {\n var _this = this;\n\n if (!param) {\n this.pageBean.total = 0;\n param = {\n pageBean: \"\"\n };\n param.pageBean = this.pageBean;\n }\n\n flow.getScriptList(param).then(function (resp) {\n _this.data = resp.data.rows;\n _this.pageBean = {\n page: resp.data.page,\n pageSize: resp.data.pageSize,\n total: resp.data.total\n };\n }).finally(function () {\n return cb();\n });\n }\n }\n};",null]}