Commit fac49828 authored by zhengke's avatar zhengke

修改

parent df0c1fd3
...@@ -99,6 +99,7 @@ ...@@ -99,6 +99,7 @@
persistent: true, persistent: true,
//提交参数 //提交参数
postMsg: { postMsg: {
ClassId:0,
ChangeType: 1, //调动类型(1-老师,2-教室,3-时段) ChangeType: 1, //调动类型(1-老师,2-教室,3-时段)
ClassPlanIdList: [], //选中的ClassPlanId数组 ClassPlanIdList: [], //选中的ClassPlanId数组
ClassRoomId: 0, //全局调整--教室编号 ClassRoomId: 0, //全局调整--教室编号
...@@ -158,6 +159,7 @@ ...@@ -158,6 +159,7 @@
} }
} }
this.postMsg.ClassPlanIdList = this.saveObj.selected; this.postMsg.ClassPlanIdList = this.saveObj.selected;
this.postMsg.ClassId = this.saveObj.ClassId;
BatchUpdateClassPlan(this.postMsg).then(res => { BatchUpdateClassPlan(this.postMsg).then(res => {
if (res.Code === 1) { if (res.Code === 1) {
this.Success("操作成功"); this.Success("操作成功");
......
...@@ -265,6 +265,7 @@ ...@@ -265,6 +265,7 @@
//选中传入对象 //选中传入对象
selectObj:{ selectObj:{
ClassId:53,
ChangeType:1, ChangeType:1,
selected:[] selected:[]
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment