From 0f8859cf3c9c36934978aef98ef797f9c22d41a2 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 26 Oct 2022 10:35:43 +0800 Subject: [PATCH] bug --- project/hlj/app/AppRatingTask/components/Detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/hlj/app/AppRatingTask/components/Detail.vue b/project/hlj/app/AppRatingTask/components/Detail.vue index 19a038ab..b90870f6 100644 --- a/project/hlj/app/AppRatingTask/components/Detail.vue +++ b/project/hlj/app/AppRatingTask/components/Detail.vue @@ -221,7 +221,7 @@ this.instance.post(`/app/appassessmentscortask/stopTaskTemplate?id=${id}`).then(res => { if (res.code == 0) { this.$message.success(`停用成功!`) - this.getList() + this.getInfo() } }) })