BUG修改
This commit is contained in:
parent
cf0c32979f
commit
83ffb69730
|
@ -231,7 +231,7 @@ export default {
|
|||
.catch(() => {})
|
||||
} else if (this.dialogType === '拒绝') {
|
||||
const params = qs.stringify({
|
||||
taskId: this.dataForm.taskId,
|
||||
taskId: this.taskId,
|
||||
comment: this.input
|
||||
})
|
||||
this.$http
|
||||
|
|
Loading…
Reference in New Issue