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() } }) })