Files
tekelanew_acs/acs/nladmin-ui/node_modules/.cache/babel-loader/d48b7b46fc4c604c90e1881ebcf7d4e3.json
2024-12-05 09:33:18 +08:00

1 line
3.2 KiB
JSON

{"remainingRequest":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\babel-loader\\lib\\index.js!D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\src\\views\\system\\notice\\NoticeIconReader.vue?vue&type=script&lang=js","dependencies":[{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\src\\views\\system\\notice\\NoticeIconReader.vue","mtime":1732871026791},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\babel.config.js","mtime":1732871025888},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1732872824662},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\babel-loader\\lib\\index.js","mtime":1732872825017},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1732872824662},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\vue-loader\\lib\\index.js","mtime":1732872825835}],"contextDependencies":[],"result":["\"use strict\";\n\nvar _interopRequireDefault = require(\"D:/data/hanguodoushan/acs2/nladmin-ui/node_modules/@babel/runtime/helpers/interopRequireDefault.js\");\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = void 0;\nvar _sysNotice = _interopRequireDefault(require(\"./sysNotice\"));\nvar _VueBaseCode = require(\"./VueBaseCode\");\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//\nvar _default = exports.default = {\n dicts: ['deal_status', 'have_read_type', 'notice_type'],\n name: 'NoticeIconReader',\n data: function data() {\n return {\n visible: false,\n confirmLoading: false,\n message: {\n have_read: false,\n notice_type: null,\n deal_status: null,\n notice_content: null,\n notice_id: '',\n create_time: '',\n notice_title: '',\n read_time: ''\n },\n bodyStyle: {\n padding: '0',\n maxHeight: window.innerHeight * 0.6 + 'px',\n 'overflow-y': 'auto'\n },\n modelStyle: {\n width: '60%',\n style: {\n top: '10px'\n },\n fullScreen: false\n }\n };\n },\n mounted: function mounted() {\n // 绑定查看站内信消息事件\n this.$bus.on(_VueBaseCode.NOTICE_SHOW_MESSAGE, this.show);\n },\n destroyed: function destroyed() {\n this.$bus.off(_VueBaseCode.NOTICE_SHOW_MESSAGE);\n },\n methods: {\n /**\r\n * 显示消息内容\r\n */\n show: function show(row) {\n var _this = this;\n console.log('sss', row);\n this.visible = true;\n this.confirmLoading = true;\n this.message = row;\n _sysNotice.default.findById(row.notice_id).then(function (res) {\n _this.message = res;\n _this.confirmLoading = false;\n });\n },\n /**\r\n * 关闭\r\n */\n handleCancel: function handleCancel() {\n this.visible = false;\n }\n }\n};",null]}