修改禅道已知bug

This commit is contained in:
qq787203167
2022-05-20 09:26:25 +08:00
parent 2add98d335
commit 99e4b27ed9
@@ -195,7 +195,7 @@
this.loading = true this.loading = true
getAction(this.url.list, query).then((res) => { getAction(this.url.list, query).then((res) => {
if (res.success) { if (res.success) {
this.queryPersonInCharge = res.result[1] || {} this.queryPersonInCharge = res.result[0] || {}
if (this.$route.query.taskIds) { if (this.$route.query.taskIds) {
this.isDisplay = false this.isDisplay = false
this.queryTaskDetailByTask(function() { this.queryTaskDetailByTask(function() {