| | |
| | | form: {}, |
| | | query: {}, |
| | | showViewer: false, // 显示查看器 |
| | | activeClass:0, |
| | | imgUrl:'', |
| | | loading: true, |
| | | page: { |
| | |
| | | this.query = {}; |
| | | //清空this.$route.query |
| | | this.$router.push({ query: {} }); |
| | | this.activeClass=0; |
| | | this.onLoad(this.page); |
| | | }, |
| | | searchChange(params, done) { |
| | |
| | | decisioDiagramResult:this.$route.query.decisioDiagramResult |
| | | }; |
| | | } |
| | | this.activeClass=4; |
| | | } |
| | | |
| | | if(this.activeClass==0){ |
| | | this.page.currentPage = 1; |
| | | // 当前时间 |
| | | var date = new Date(); |
| | | //年 |
| | | var Y = date.getFullYear(); |
| | | //月 |
| | | var M = date.getMonth() + 1 < 10 ? "0" + (date.getMonth() + 1) : date.getMonth() + 1; |
| | | //日 |
| | | var D = date.getDate() < 10 ? "0" + date.getDate() : date.getDate(); |
| | | params = { |
| | | startTime:Y + "-" + M + "-" + D + " 00:00:00", |
| | | endTime:Y +"-" +M +"-" + D + " 23:59:59" |
| | | } |
| | | } |
| | | |
| | | if (dateTime) { |