diff --git a/src/views/modules/result/chart/componments/query-form/index.vue b/src/views/modules/result/chart/componments/query-form/index.vue index 94c242b..537408c 100644 --- a/src/views/modules/result/chart/componments/query-form/index.vue +++ b/src/views/modules/result/chart/componments/query-form/index.vue @@ -99,7 +99,7 @@ }, restValue () { this.formInline = {} - this.selectMonthTime = '' + this.selectMonthTime = this.nowDate() }, onsumbit () { this.formInline = Object.assign({}, this.formInline, this.isChooseObj) diff --git a/src/views/modules/result/distribution/index.vue b/src/views/modules/result/distribution/index.vue index 12b148e..22e92f5 100644 --- a/src/views/modules/result/distribution/index.vue +++ b/src/views/modules/result/distribution/index.vue @@ -8,6 +8,7 @@ :data="dataList" border v-loading="dataListLoading" + @cell-click="jumpDetail" style="width: 100%"> + + { + } + }) + return + } + console.log(row.departmentId) + console.log(column.label) + this.$router.push({name: 'resultReport', query: {departmentId: row.departmentId, departmentName: row.departmentName, type: 2, status: 109, label: column.label}}, () => { + this.mainTabsActiveName = this.$route.name + }) + }, // 获取数据列表 async handleGetTableList () { const loading = this.$loading({ diff --git a/src/views/modules/result/report/componments/query-form/index.vue b/src/views/modules/result/report/componments/query-form/index.vue index 5a6b22c..36cf753 100644 --- a/src/views/modules/result/report/componments/query-form/index.vue +++ b/src/views/modules/result/report/componments/query-form/index.vue @@ -27,7 +27,7 @@ - + + + + + + +