From f2d3481e35de95fd119e23e46e5f277e6f00d3ea Mon Sep 17 00:00:00 2001
From: luoyb <412940104@qq.com>
Date: 星期三, 10 三月 2021 00:02:15 +0800
Subject: [PATCH] fix(bug修复): 员工智搜和信息录入

---
 src/views/user/Informationinput.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/user/Informationinput.vue b/src/views/user/Informationinput.vue
index 599cd22..ed38ee1 100644
--- a/src/views/user/Informationinput.vue
+++ b/src/views/user/Informationinput.vue
@@ -3619,7 +3619,7 @@
           }
           break
         case 11:
-          selected = this.$refs.occupationalTable.selection
+          selected = this.$refs.laborTroubleTable.selection
           if (selected.length > 0) {
             const delIds = []
             selected.forEach((j) => {

--
Gitblit v1.8.0