diff --git a/src/views/basicData/jobTransferManagement.vue b/src/views/basicData/jobTransferManagement.vue index d2d299a..d02dc50 100644 --- a/src/views/basicData/jobTransferManagement.vue +++ b/src/views/basicData/jobTransferManagement.vue @@ -48,6 +48,7 @@ + { + // let info = res.data.data; + // console.log('res.data:::', res.data.data); + // this.form.userCode = info.tsCode; //工号 + // this.form.userSex = info.sex; //性别 + // this.form.deptName = info.deptName; //部门名字 + // this.form.deptId = info.deptId; //部门名字 + // this.form.mobile = info.phone; //手机号 + // this.form.name = info.realName; //手机号 + // }); + this.form.userCode = val.code; //工号 this.form.userSex = val.sex; //性别 this.form.deptName = val.deptName; //部门名字 this.form.deptId = val.deptId; //部门名字 this.form.mobile = val.phone; //手机号 this.form.name = val.realName; //手机号 + } }, getPlanList() { @@ -790,7 +806,7 @@ export default { this.selectionList.forEach(item => { ids.push(item.id); }); - remove({ ids: ids.join(',') }).then(res => { + remove(ids.join(',')).then(res => { this.$message.success('操作成功'); this.onLoad(this.query); });