|
|
@ -133,6 +133,13 @@ export default { |
|
|
|
return this.visible; |
|
|
|
}, |
|
|
|
set(bool) { |
|
|
|
//关闭弹窗组件,清空数据 |
|
|
|
if(!bool) { |
|
|
|
this.dayShift = []; |
|
|
|
this.graveyardShift = []; |
|
|
|
this.peopleList = []; |
|
|
|
} |
|
|
|
|
|
|
|
this.$emit("close", bool); |
|
|
|
}, |
|
|
|
}, |
|
|
@ -269,7 +276,7 @@ export default { |
|
|
|
// console.log("%c [ data ]-202-「ModifyDutyInformationTable.vue」", "font-size:15px; background:#9afce6; color:#deffff;", data, this.value2); |
|
|
|
|
|
|
|
const closeMessage = loadingMessage({ |
|
|
|
message: "正在保存值班信息111...", |
|
|
|
message: "正在保存值班信息...", |
|
|
|
}); |
|
|
|
|
|
|
|
if (!this.data) { |
|
|
|