From 48c7400a736ffd8715322a562fa26059f49390ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=9C=8B?= Date: Wed, 27 Mar 2024 16:20:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3bug:=E5=80=BC=E7=8F=AD?= =?UTF-8?q?=E4=BA=BA=E5=91=98=E6=96=B0=E5=A2=9E=E5=BC=B9=E7=AA=97=EF=BC=8C?= =?UTF-8?q?=E6=9C=AA=E6=B8=85=E9=99=A4=E4=B8=8A=E6=AC=A1=E6=89=93=E5=BC=80?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E6=97=B6=E7=9A=84=E4=BA=BA=E5=91=98=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ModifyDutyInformationTable.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/dutyOfficer/components/ModifyDutyInformationTable.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/dutyOfficer/components/ModifyDutyInformationTable.vue index 27befccc..1cee7337 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/dutyOfficer/components/ModifyDutyInformationTable.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/dutyOfficer/components/ModifyDutyInformationTable.vue @@ -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) {