{"remainingRequest":"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\\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":["//\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\r\nimport { mapState, mapActions } from \"vuex\";\r\nexport default {\r\n  name: \"urgentRecord\",\r\n  props: [\"promoterId\",\"instId\"],\r\n  components: {},\r\n  data() {\r\n    return {\r\n        urgentRecordDialog:false\r\n    };\r\n  },\r\n  computed: mapState({\r\n    rows: state => state.storeProcess.rows,\r\n    pagination: state => state.storeProcess.pagination,\r\n    total: state => state.storeProcess.total\r\n  }),\r\n  methods: {\r\n    //鼠标点击页面其他其他位置不关闭弹框\r\n    handleClose(done) {\r\n        this.urgentRecordDialog = true;\r\n        this.search();\r\n    },\r\n    handleSizeChange: function (size) {//每页下拉显示数据\r\n          this.$store.dispatch(\"storeProcess/setPaginationSize\",size);\r\n          this.search();\r\n    },\r\n    handleCurrentChange: function(currentPage){//点击第几页\r\n          this.$store.dispatch(\"storeProcess/setPaginationPageNum\",currentPage);\r\n          this.search();\r\n    },\r\n    search(){\r\n      let pageBean = {\"pageBean\":this.pagination,\"querys\":[{property: \"PROMOTER_ID_\", value: this.promoterId, operation: \"EQUAL\", relation: \"AND\"},\r\n      {property: \"INST_ID_\", value: this.instId, operation: \"EQUAL\", relation: \"AND\"}]};    \r\n      this.$store.dispatch(\"storeProcess/getUrgrntById\",pageBean);\r\n    }\r\n  }\r\n};\r\n",null]}