{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-fvue\\src\\components\\flow\\urgentRecord.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\src\\components\\flow\\urgentRecord.vue","mtime":1667327529512},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\babel.config.js","mtime":1667327525434},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import \"core-js/modules/es6.regexp.search\";\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 { mapState, mapActions } from \"vuex\";\nexport default {\n name: \"urgentRecord\",\n props: [\"promoterId\", \"instId\"],\n components: {},\n data: function data() {\n return {\n urgentRecordDialog: false\n };\n },\n computed: mapState({\n rows: function rows(state) {\n return state.storeProcess.rows;\n },\n pagination: function pagination(state) {\n return state.storeProcess.pagination;\n },\n total: function total(state) {\n return state.storeProcess.total;\n }\n }),\n methods: {\n //鼠标点击页面其他其他位置不关闭弹框\n handleClose: function handleClose(done) {\n this.urgentRecordDialog = true;\n this.search();\n },\n handleSizeChange: function handleSizeChange(size) {\n //每页下拉显示数据\n this.$store.dispatch(\"storeProcess/setPaginationSize\", size);\n this.search();\n },\n handleCurrentChange: function handleCurrentChange(currentPage) {\n //点击第几页\n this.$store.dispatch(\"storeProcess/setPaginationPageNum\", currentPage);\n this.search();\n },\n search: function search() {\n var pageBean = {\n \"pageBean\": this.pagination,\n \"querys\": [{\n property: \"PROMOTER_ID_\",\n value: this.promoterId,\n operation: \"EQUAL\",\n relation: \"AND\"\n }, {\n property: \"INST_ID_\",\n value: this.instId,\n operation: \"EQUAL\",\n relation: \"AND\"\n }]\n };\n this.$store.dispatch(\"storeProcess/getUrgrntById\", pageBean);\n }\n }\n};",null]}