修改禅道已知bug
This commit is contained in:
@@ -195,7 +195,7 @@
|
||||
this.loading = true
|
||||
getAction(this.url.list, query).then((res) => {
|
||||
if (res.success) {
|
||||
this.queryPersonInCharge = res.result[1] || {}
|
||||
this.queryPersonInCharge = res.result[0] || {}
|
||||
if (this.$route.query.taskIds) {
|
||||
this.isDisplay = false
|
||||
this.queryTaskDetailByTask(function() {
|
||||
|
||||
Reference in New Issue
Block a user