This commit is contained in:
熊成强 2020-11-16 09:22:10 +08:00
parent 9576a9c3f5
commit f4e472a420
2 changed files with 4 additions and 2 deletions

View File

@ -80,10 +80,12 @@ export default {
currPage: 1,
departmentId: depId,
flowProcess: this.$route.query.flowProcess,
scoreLevel: this.$route.query.scoreLevel,
startId: this.$route.query.startId,
pageSize: 999
}
let result = await getChartDetail(params)
if (result.code !== 200) return this.$message.errot(result.eror)
this.tableData = result.data.list
}
},

View File

@ -241,7 +241,7 @@ export default {
handleDetailClick (index, rows) {
this.$router.push({
name: ('reportDetial'),
query: {startId: this.startId, flowProcess: rows.desc}
query: Object.assign({}, {startId: this.startId[1]}, rows)
})
},
// Y34(0)
@ -446,7 +446,7 @@ export default {
display: flex;
}
.level_chart {
display: flex;
// display: flex;
flex-grow: 1;
}
#level_chart {