修改禅道已知bug
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user