{"remainingRequest":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\xypm-web\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\xypm-web\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\xypm-web\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xypm-web\\src\\components\\home\\homeNotice.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xypm-web\\src\\components\\home\\homeNotice.vue","mtime":1675214577526},{"path":"D:\\jenkins\\workspace\\xypm-web\\babel.config.js","mtime":1675214572901},{"path":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xypm-web\\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//\nimport { mapState, mapActions } from \"vuex\";\nexport default {\n  name: \"notice\",\n  data: function data() {\n    return {};\n  },\n  computed: mapState({\n    notice: function notice(state) {\n      return state.menu.notice;\n    }\n  }),\n  created: function created() {\n    var moment = require(\"moment\");\n\n    var pageBean = {\n      \"pageBean\": {\n        \"page\": \"1\",\n        \"pageSize\": \"5\",\n        \"showTotal\": \"true\"\n      },\n      \"querys\": [{\n        property: \"FSfxysp\",\n        value: \"1\",\n        group: \"main\",\n        operation: \"EQUAL\",\n        relation: \"AND\"\n      }, {\n        property: \"FJssj\",\n        value: moment().format('YYYY-MM-DD'),\n        group: \"main\",\n        operation: \"GREAT_EQUAL\",\n        relation: \"AND\"\n      }]\n    }; //初次加载默认pageBean\n\n    this.$store.dispatch(\"menu/getNoticePagination\", pageBean);\n  },\n  methods: {\n    //跳转发文公共列表\n    noticeDialog: function noticeDialog() {\n      this.$router.push(\"/newsList/1\");\n    },\n    //查看发文公共详情\n    handleRowClick: function handleRowClick(row) {\n      this.$router.push(\"/news/\" + row.id);\n    }\n  }\n};",null]}