From 985628c8efd9cb5f85a3b7b7209aec488596acdd Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Fri, 2 Sep 2022 14:14:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/exam/ExamList.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/exam/ExamList.vue b/src/views/exam/ExamList.vue index 4ce42417..4a799a3f 100644 --- a/src/views/exam/ExamList.vue +++ b/src/views/exam/ExamList.vue @@ -819,6 +819,7 @@ export default { this.pushData.dlgTitle='推送【'+row.testName+'】'; this.pushData.row = row; this.pushData.keyword = ''; + this.pushData.id = ''; this.pushData.pushResultsShow = true; this.getUserGroup(); this.getFindPage();