From 83ffb697304945e9dd74b0d98935442f66f8241a Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Fri, 22 Jul 2022 15:49:26 +0800 Subject: [PATCH] =?UTF-8?q?BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/src/views/modules/myAgent/demo/ability-resource-shelf.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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