Parcourir la source

联动增加短信发送、签收增加事件地点

wang_xy il y a 2 ans
Parent
commit
8030d7bb8f
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/views/findUserByDept.vue

+ 2 - 2
src/views/findUserByDept.vue

@@ -95,8 +95,8 @@
         this.resUser = [];
         for (let i in selection){
           const res = {};
-          res.id = '';
-          res.userId=selection[i].userId
+          res.id = selection[i].userId;
+          res.userId=''
           res.dept = '';
           res.depteventId = '';
           res.name = selection[i].nickName;