76.fe95efa4caf37ca6ad71.1706754571694+.js 3.1 KB

1
  1. webpackJsonp([76],{"/Hjw":function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var s={name:"attentionList",components:{EmployeeSelector:i("dOd5").a},data:function(){return{employee_list:[],selectUserAll:!1,selected_user_all:{dept:[],employee:[]},index:1}},mounted:function(){this.index=this.$route.query.index,this.getUserList()},methods:{getUserList:function(){var e=this;this.$axiosUser("get","/api/pro/okr/follow",{type:this.index}).then(function(t){e.employee_list=t.data.data.list,e.selected_user_all.employee=e.employee_list})},qxAttention:function(e){var t=this,i=1==this.index?"取消关注":2==this.index?"取消上级":"取消下级";this.$dialog.confirm({message:"确定"+i+"吗?",title:"提示"}).then(function(){var i={target_id:e.id,target_type:t.index};t.$axiosUser("post","/api/pro/okr/follow/d",i).then(function(e){t.$toast("已取消"),t.getUserList()})}).catch(function(){})},confirmCreator:function(e){var t=this,i={target_ids:e.employee.map(function(e){return e.id}).toString()||"",target_type:this.index};this.$axiosUser("post","/api/pro/okr/follow/c",i).then(function(e){t.$toast("已设置"),t.getUserList()})}}},l={render:function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticStyle:{height:"100%"}},[i("van-nav-bar",{attrs:{"left-text":"返回",title:1==e.index?"关注的人":2==e.index?"我的上级":"我的下级"},on:{"click-left":e.$route_back}}),e._v(" "),i("div",{staticClass:"work_body_com"},[i("header",{staticClass:"flex-box-ce",staticStyle:{padding:"0.2rem 0.32rem","background-color":"#fff"}},[i("div",{staticClass:"flex-1 fontColorB"},[e._v("人员")]),e._v(" "),i("div",{staticClass:"blue",on:{click:function(t){e.selectUserAll=!0}}},[i("van-icon",{attrs:{name:"plus"}}),e._v(" 添加")],1)]),e._v(" "),i("div",{staticClass:"scroller"},[i("scroller",{ref:"scroller_com"},[e._l(e.employee_list,function(t,s){return i("div",{key:s,staticClass:"employee_item"},[i("van-cell",{staticClass:"employee_cell",attrs:{title:t.name}},[i("template",{slot:"icon"},[t.img_url?i("img",{staticClass:"imgUrl",attrs:{src:t.img_url,width:"30",height:"30"}}):i("div",{staticClass:"imgUrl",staticStyle:{background:"#238DFA",color:"#fff"}},[e._v(e._s(t.name.substring(t.name.length-2)))])]),e._v(" "),i("template",{slot:"right-icon"},[i("span",{staticClass:"blue flex-box flex-h-ce",staticStyle:{"font-size":"0.28rem"},on:{click:function(i){return e.qxAttention(t)}}},[e._v(e._s(1==e.index?"取消关注":2==e.index?"取消上级":"取消下级"))])])],2)],1)}),e._v(" "),0==e.employee_list.length?i("div",{staticClass:"fontColorC",staticStyle:{"text-align":"center","margin-top":"2rem"}},[i("span",[e._v("暂无数据")])]):e._e(),e._v(" "),i("div",{staticStyle:{height:"1rem"}})],2)],1)]),e._v(" "),i("EmployeeSelector",{attrs:{title:"人员",visible:e.selectUserAll,selected:e.selected_user_all,can_select_dept:!1,dept_multi:!1,append_body:!0,isShowDepts:!1,max:20},on:{"update:visible":function(t){e.selectUserAll=t},confirm:e.confirmCreator,"update:selected":function(t){e.selected_user_all=t}}})],1)},staticRenderFns:[]};var n=i("VU/8")(s,l,!1,function(e){i("xJg+")},"data-v-8bbeee48",null);t.default=n.exports},"xJg+":function(e,t){}});