Commit 0bf684cf authored by 黄奎's avatar 黄奎

也没写修改

parent fe7975cf
...@@ -135,7 +135,8 @@ ...@@ -135,7 +135,8 @@
!this.$refs.ItemType.hasError && !this.$refs.ItemType.hasError &&
!this.$refs.Shifts.hasError && !this.$refs.Shifts.hasError &&
!this.$refs.ItemSchools.hasError) { !this.$refs.ItemSchools.hasError) {
this.msg.ItemSchools = this.schoolArr.map(item => item.SId).toString(); this.msg.ItemSchools = this.schoolArr.toString();
this.msg.Shifts=this.FrequencyArr.toString();
saveDutyItem(this.msg).then(res => { saveDutyItem(this.msg).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
this.clearMsg(); this.clearMsg();
......
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