{"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\\components\\dialog\\ConfigDialog.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\components\\dialog\\ConfigDialog.vue","mtime":1675071991694},{"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//\nimport portal from '@/api/portal.js';\nimport utils from '@/hotent-ui-util.js';\nexport default {\n data: function data() {\n return {\n configvisible: false,\n pageBean: {\n page: 1,\n pageSize: 20,\n total: 0\n },\n data: [],\n activeRow: {}\n };\n },\n methods: {\n rowClick: function rowClick(row) {\n this.activeRow = row;\n },\n open: function open() {\n this.configvisible = true;\n },\n handleOK: function handleOK() {\n var selectRow = utils.deepClone(this.activeRow);\n this.$emit('select', selectRow);\n this.configvisible = false;\n this.activeRow = {};\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 param.sorter = this.defaultSort;\n }\n\n this.$http.post('${portal}/file/fileStorage/v1/listJson', param).then(function (resp) {\n var response = resp.data;\n _this.data = response.rows;\n _this.pageBean = {\n page: response.page,\n pageSize: response.pageSize,\n total: response.total\n };\n }, function (error) {\n reject(error);\n }).finally(function () {\n return cb();\n });\n },\n closeDialog: function closeDialog() {\n this.configvisible = false;\n this.activeRow = {};\n }\n }\n};",null]}