Commit 89fed70d authored by zhengke's avatar zhengke

1

parent d52fde5f
......@@ -522,6 +522,7 @@
qMsg: {
Id: 0,
Shift: 0,
DutyMan: 0
},
}
},
......@@ -541,6 +542,7 @@
mounted() {
this.qMsg.Id = this.saveObj.Id;
this.qMsg.Shift = this.saveObj.Shift;
this.qMsg.DutyMan = this.saveObj.DutyMan;
this.getWorkList();
this.initAuth();
},
......
......@@ -286,7 +286,8 @@
path: "/scheduling/scheduleInfo",
query: {
Id: item.Id,
Shift: item.Shift
Shift: item.Shift,
DutyMan: item.DutyMan
}
});
},
......
......@@ -406,7 +406,8 @@
path: "/scheduling/scheduleInfo",
query: {
Id: item.PlanId,
Shift: item.Shift
Shift: item.Shift,
DutyMan: item.DutyMan
}
});
}
......
......@@ -340,7 +340,8 @@
path: "/scheduling/scheduleInfo",
query: {
Id: item.PlanId,
Shift: item.Shift
Shift: item.Shift,
DutyMan: item.DutyMan
}
});
}
......
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