|
|
@@ -226,8 +226,8 @@
|
|
|
|
|
|
|
|
|
feedStatus() {
|
|
|
-
|
|
|
- checkStatus(this.id, this.info.taskId).then(res => {
|
|
|
+ let taskId = this.currentTaskId || this.taskId
|
|
|
+ checkStatus(this.id, taskId).then(res => {
|
|
|
this.feedAllow = res
|
|
|
})
|
|
|
},
|
|
|
@@ -235,6 +235,7 @@
|
|
|
selectStep(item) {
|
|
|
this.currentTaskId = item.taskId
|
|
|
this.currentTaskName = item.taskTypeName
|
|
|
+ this.feedStatus()
|
|
|
},
|
|
|
|
|
|
operate(type) {
|