{"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\\relatedInformation.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\src\\components\\flow\\relatedInformation.vue","mtime":1667327529419},{"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//\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: \"relatedInformation\",\n props: [\"instId\"],\n components: {},\n data: function data() {\n return {\n relatedInformationDialog: false,\n checked: true\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 relatedInformation: function relatedInformation(state) {\n return state.storeProcess.relatedInformation;\n }\n }),\n methods: {\n isChecked: function isChecked(checked) {\n var pageBean = {};\n this.checked = checked;\n\n if (checked) {\n pageBean = {\n \"pageBean\": {\n \"page\": \"1\",\n \"pageSize\": \"10\",\n \"showTotal\": \"true\"\n },\n \"params\": {\n \"distinct\": \"1\"\n },\n \"querys\": [{\n property: \"procInstId\",\n value: this.instId,\n operation: \"EQUAL\",\n relation: \"AND\"\n }]\n };\n } else {\n pageBean = {\n \"pageBean\": {\n \"page\": \"1\",\n \"pageSize\": \"10\",\n \"showTotal\": \"true\"\n },\n \"querys\": [{\n property: \"procInstId\",\n value: this.instId,\n operation: \"EQUAL\",\n relation: \"AND\"\n }]\n };\n }\n\n this.$store.dispatch(\"storeProcess/getByRecordInstId\", pageBean);\n },\n //鼠标点击页面其他其他位置不关闭弹框\n handleClose: function handleClose(done) {\n this.relatedInformationDialog = true;\n this.$store.dispatch(\"storeProcess/getRelatedInformationById\", this.instId);\n var pageBean = {\n \"pageBean\": {\n \"page\": \"1\",\n \"pageSize\": \"10\",\n \"showTotal\": \"true\"\n },\n \"params\": {\n \"distinct\": \"1\"\n },\n \"querys\": [{\n property: \"procInstId\",\n value: this.instId,\n operation: \"EQUAL\",\n relation: \"AND\"\n }]\n }; //初次加载默认pageBean\n\n this.$store.dispatch(\"storeProcess/getByRecordInstId\", pageBean);\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\n if (this.checked) {\n pageBean = {\n \"pageBean\": this.pagination,\n \"params\": {\n \"distinct\": \"1\"\n },\n \"querys\": [{\n property: \"procInstId\",\n value: this.instId,\n operation: \"EQUAL\",\n relation: \"AND\"\n }]\n };\n } else {\n pageBean = {\n \"pageBean\": this.pagination,\n \"querys\": [{\n property: \"procInstId\",\n value: this.instId,\n operation: \"EQUAL\",\n relation: \"AND\"\n }]\n };\n }\n\n this.$store.dispatch(\"storeProcess/getByRecordInstId\", pageBean);\n }\n }\n};",null]}