Browse Source

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

wang_xy 2 năm trước cách đây
mục cha
commit
8030d7bb8f
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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;