From 6a7b5f379f8d3e8b6d004bdf347cf1e86f3efdaf Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Fri, 06 May 2022 16:13:26 +0800
Subject: [PATCH] 保安员管理菜单修改,培训报名修改

---
 src/views/trainingRegistration/index.vue |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/views/trainingRegistration/index.vue b/src/views/trainingRegistration/index.vue
index 6940595..6fc602d 100644
--- a/src/views/trainingRegistration/index.vue
+++ b/src/views/trainingRegistration/index.vue
@@ -638,9 +638,6 @@
           value: list[k].id
         });
       }
-
-      // window.localStorage.setItem("baoming", JSON.stringify(this.choiceName));
-      // console.log(this.choiceName);
     },
     handleDelete() {
       if (this.selectionList.length === 0) {

--
Gitblit v1.9.3