From d3174f8cb0f66346ccccf11dca17469d4e4ad93a Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Thu, 21 Jul 2022 16:41:46 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A9=B3=E5=9B=9E=E6=94=B9=E6=88=90=20?= =?UTF-8?q?=E7=BB=88=E6=AD=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/modules/myAgent/demo/ability-resource-shelf.vue | 2 +- .../src/views/modules/myAgent/demo/competency-application.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 f98d027f..171d4c25 100644 --- a/back/src/views/modules/myAgent/demo/ability-resource-shelf.vue +++ b/back/src/views/modules/myAgent/demo/ability-resource-shelf.vue @@ -232,7 +232,7 @@ export default { comment: this.input }) this.$http - .post('/act/task/backToFirst?', params) + .post('/act/task/endProcess?', params) .then(({ data: res }) => { if (res.code !== 0) { this.$message.error(res.msg) diff --git a/back/src/views/modules/myAgent/demo/competency-application.vue b/back/src/views/modules/myAgent/demo/competency-application.vue index 1301e325..176502cb 100644 --- a/back/src/views/modules/myAgent/demo/competency-application.vue +++ b/back/src/views/modules/myAgent/demo/competency-application.vue @@ -2,7 +2,7 @@ * @Author: hisense.liangjunhua * @Date: 2022-06-29 15:59:51 * @LastEditors: hisense.liangjunhua - * @LastEditTime: 2022-07-21 10:35:13 + * @LastEditTime: 2022-07-21 16:41:09 * @Description: 告诉大家这是什么 --> @@ -349,7 +349,7 @@ export default { comment: this.input }) this.$http - .post('/act/task/backToFirst?', params) + .post('/act/task/endProcess?', params) .then(({ data: res }) => { if (res.code !== 0) { this.$message.error(res.msg)