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