diff --git a/back/src/views/modules/myAgent/demo/ability-resource-shelf.vue b/back/src/views/modules/myAgent/demo/ability-resource-shelf.vue index 7caee78f..13153689 100644 --- a/back/src/views/modules/myAgent/demo/ability-resource-shelf.vue +++ b/back/src/views/modules/myAgent/demo/ability-resource-shelf.vue @@ -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