{"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\\MsgKindDialog.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\components\\dialog\\MsgKindDialog.vue","mtime":1675071991741},{"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//\nimport msg from '@/api/msg.js';\nimport utils from '@/hotent-ui-util.js';\nexport default {\n components: {},\n data: function data() {\n return {\n dialogVisible: 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.dialogVisible = true;\n },\n handleOK: function handleOK() {\n var selectRow = utils.deepClone(this.activeRow);\n this.$emit(\"select\", selectRow);\n this.dialogVisible = 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 msg.getMessageType(param).then(function (resp) {\n _this.data = resp.rows;\n _this.pageBean = {\n page: resp.page,\n pageSize: resp.pageSize,\n total: resp.total\n };\n }).finally(function () {\n return cb();\n });\n },\n closeDialog: function closeDialog() {\n this.dialogVisible = false;\n this.activeRow = {};\n }\n }\n};",null]}