diff --git a/ruoyi-ui/src/views/kaohe/pingce/index.vue b/ruoyi-ui/src/views/kaohe/pingce/index.vue
index b92e069..1e3bae9 100644
--- a/ruoyi-ui/src/views/kaohe/pingce/index.vue
+++ b/ruoyi-ui/src/views/kaohe/pingce/index.vue
@@ -87,6 +87,16 @@
v-hasPermi="['system:user:remove']"
>清除评分账号
+
@@ -199,9 +209,10 @@
-
-
-
+
+
+
+
@@ -281,9 +292,11 @@
-
+
+
+
@@ -330,10 +343,10 @@
-
-
-
-
+
+
+
+
{
+ this.getList()
+ this.$modal.msgSuccess("删除成功")
+ }).catch(() => {})
+ },
// 查看评分任务
viewVote(row){
this.$router.push({ path: '/toupiao/vote', query: { pcId: row.id}});