From c8e4e88571b761546e7213457252c34120dff677 Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Fri, 16 Jan 2026 14:12:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AC=E5=B2=97=E7=AE=A1=E7=90=86=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basicData/jobTransferManagement.vue | 20 +++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) 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); });