BUG修改

This commit is contained in:
a0049873 2022-07-22 15:49:26 +08:00
parent cf0c32979f
commit 83ffb69730
1 changed files with 1 additions and 1 deletions

View File

@ -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