{"remainingRequest":"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\\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":["//\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 {\n\tTableMixin\n} from '@/mixins/tableMixin'\nimport dictUtils from '@/components/dict/DictSelectUtils.js'\nimport kzzxMenu from '@/api/examination/kzzxMenu.js'\nexport default {\n\tname: 'noticeDetails',\n\tcomponents: {},\n\tmixins: [TableMixin],\n\tdata() {\n\t\treturn {\n\t\t\tgglxList: [], //公告类型\n\t\t\tisActive: '1',\n\t\t\ttableData: [],\n\t\t\tdialogVisible: false,\n\t\t\tquerys: [{\n\t\t\t\t\tgroup: 'main',\n\t\t\t\t\toperation: 'LIKE',\n\t\t\t\t\tparentGroup: '',\n\t\t\t\t\tproperty: 'type',\n\t\t\t\t\trelation: 'AND',\n\t\t\t\t\tvalue: ''\n\t\t\t\t}, {\n\t\t\t\t\tgroup: 'main',\n\t\t\t\t\toperation: 'LIKE',\n\t\t\t\t\tparentGroup: '',\n\t\t\t\t\tproperty: 'status',\n\t\t\t\t\trelation: 'AND',\n\t\t\t\t\tvalue: '0'\n\t\t\t\t}\n\n\t\t\t],\n\t\t\tcontent: ''\n\t\t}\n\t},\n\tcreated() {\n\t\tthis.querys[0].value = this.isActive\n\t\tthis.gglxList = dictUtils.getDictItemsFromCache('gglx')\n\t\tconsole.log(this.gglxList);\n\t},\n\tmethods: {\n\t\tloadData(page) {\n\t\t\tif (page) {\n\t\t\t\tthis.queryParam.pageBean.page = page\n\t\t\t}\n\t\t\tthis.tableData = []\n\t\t\tthis.queryParam.querys = []\n\t\t\tif (this.querys[0].value) {\n\t\t\t\tthis.queryParam.querys.push(this.querys[0])\n\t\t\t}\n\t\t\tif (this.querys[1].value) {\n\t\t\t\tthis.queryParam.querys.push(this.querys[1])\n\t\t\t}\n\t\t\tkzzxMenu.findByPage(this.queryParam, res => {\n\t\t\t\tthis.total = res.total\n\t\t\t\tthis.tableData = res.rows\n\t\t\t\tthis.$set(this.tableData)\n\t\t\t})\n\t\t},\n\t\tclickDiv(index) {\n\t\t\tthis.isActive = index.toString()\n\t\t\tthis.querys[0].value = this.isActive\n\t\t\tthis.loadData(1)\n\t\t},\n\t\thandleClose(done) {\n\t\t\tthis.dialogVisible = false\n\t\t},\n\t\taddDialog(val) {\n\t\t\tthis.content = val.content\n\t\t\tthis.dialogVisible = true\n\t\t},\n\t\tgoBack() {\n\t\t\tthis.$router.go(-1)\n\t\t}\n\t}\n}\n",null]}