{"remainingRequest":"D:\\jenkins\\workspace\\examine-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\examine-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\examine-fvue\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\examine-fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\examine-fvue\\src\\views\\workbench\\components\\noticeDetails.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\examine-fvue\\src\\views\\workbench\\components\\noticeDetails.vue","mtime":1669637191969},{"path":"D:\\jenkins\\workspace\\examine-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\examine-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\examine-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\examine-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\examine-fvue\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import \"core-js/modules/es6.regexp.to-string\";\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 { TableMixin } from '@/mixins/tableMixin';\nimport dictUtils from '@/components/dict/DictSelectUtils.js';\nimport kzzxMenu from '@/api/examination/kzzxMenu.js';\nexport default {\n name: 'noticeDetails',\n components: {},\n mixins: [TableMixin],\n data: function data() {\n return {\n gglxList: [],\n //公告类型\n isActive: '1',\n tableData: [],\n dialogVisible: false,\n querys: [{\n group: 'main',\n operation: 'LIKE',\n parentGroup: '',\n property: 'type',\n relation: 'AND',\n value: ''\n }, {\n group: 'main',\n operation: 'LIKE',\n parentGroup: '',\n property: 'status',\n relation: 'AND',\n value: '0'\n }],\n content: ''\n };\n },\n created: function created() {\n this.querys[0].value = this.isActive;\n this.gglxList = dictUtils.getDictItemsFromCache('gglx');\n console.log(this.gglxList);\n },\n methods: {\n loadData: function loadData(page) {\n var _this = this;\n\n if (page) {\n this.queryParam.pageBean.page = page;\n }\n\n this.tableData = [];\n this.queryParam.querys = [];\n\n if (this.querys[0].value) {\n this.queryParam.querys.push(this.querys[0]);\n }\n\n if (this.querys[1].value) {\n this.queryParam.querys.push(this.querys[1]);\n }\n\n kzzxMenu.findByPage(this.queryParam, function (res) {\n _this.total = res.total;\n _this.tableData = res.rows;\n\n _this.$set(_this.tableData);\n });\n },\n clickDiv: function clickDiv(index) {\n this.isActive = index.toString();\n this.querys[0].value = this.isActive;\n this.loadData(1);\n },\n handleClose: function handleClose(done) {\n this.dialogVisible = false;\n },\n addDialog: function addDialog(val) {\n this.content = val.content;\n this.dialogVisible = true;\n },\n goBack: function goBack() {\n this.$router.go(-1);\n }\n }\n};",null]}