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)