Commit 83f15a76 authored by zhengke's avatar zhengke

1

parent 89fed70d
...@@ -300,7 +300,7 @@ ...@@ -300,7 +300,7 @@
msg: { msg: {
Id: 0, Id: 0,
Shift: 0, Shift: 0,
PlanDate: "", //日期 PlanDate: "" //日期
}, },
checkMsg: { checkMsg: {
Id: 0, Id: 0,
......
...@@ -278,6 +278,7 @@ ...@@ -278,6 +278,7 @@
msg: { msg: {
Id: 0, Id: 0,
Shift: 0, Shift: 0,
DutyMan:0,
PlanDate: "", //日期 PlanDate: "", //日期
HandoverList: [], //交接事项列表 HandoverList: [], //交接事项列表
EmergenciesList: [], //突发事项列表 EmergenciesList: [], //突发事项列表
...@@ -310,6 +311,9 @@ ...@@ -310,6 +311,9 @@
this.msg.Shift = this.$route.query.Shift; this.msg.Shift = this.$route.query.Shift;
this.checkMsg.Shift = this.$route.query.Shift; this.checkMsg.Shift = this.$route.query.Shift;
} }
if (this.$route.query.DutyMan){
this.msg.DutyMan = this.$route.query.DutyMan;
}
this.getList(); this.getList();
}, },
methods: { methods: {
......
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