diff --git a/src/views/DialogTabs/component/RQ_Warning.vue b/src/views/DialogTabs/component/RQ_Warning.vue index 2ad8f40..76a78d6 100644 --- a/src/views/DialogTabs/component/RQ_Warning.vue +++ b/src/views/DialogTabs/component/RQ_Warning.vue @@ -290,6 +290,7 @@ active.value = 1; AllData.queryParams.department = ''; getRyData(); + obj.value = {}; } // 选择接收人 diff --git a/src/views/DialogTabs/component/RQ_Warning.vue b/src/views/DialogTabs/component/RQ_Warning.vue index 2ad8f40..76a78d6 100644 --- a/src/views/DialogTabs/component/RQ_Warning.vue +++ b/src/views/DialogTabs/component/RQ_Warning.vue @@ -290,6 +290,7 @@ active.value = 1; AllData.queryParams.department = ''; getRyData(); + obj.value = {}; } // 选择接收人 diff --git a/src/views/oneMap/components/ZHRQ.vue b/src/views/oneMap/components/ZHRQ.vue index d55fc31..dc428ee 100644 --- a/src/views/oneMap/components/ZHRQ.vue +++ b/src/views/oneMap/components/ZHRQ.vue @@ -5,26 +5,22 @@ 已启动 {{ - AllData.showTipsData.warningLevel == "1" - ? "Ⅰ级" - : AllData.showTipsData.warningLevel == "2" - ? "Ⅱ级" - : AllData.showTipsData.warningLevel == "3" - ? "Ⅲ级" - : AllData.showTipsData.warningLevel == "4" - ? "Ⅳ级" - : AllData.showTipsData.warningLevel == "5" - ? "预警" + AllData.showTipsData.warningLevel == '1' + ? 'Ⅰ级' + : AllData.showTipsData.warningLevel == '2' + ? 'Ⅱ级' + : AllData.showTipsData.warningLevel == '3' + ? 'Ⅲ级' + : AllData.showTipsData.warningLevel == '4' + ? 'Ⅳ级' + : AllData.showTipsData.warningLevel == '5' + ? '预警' : null }} 级响应,从: - {{ - moment(AllData.showTipsData.warnStartTime).format("YYYY-MM-DD HH:mm") - }} - 起,预计到:{{ moment(AllData.showTipsData.warnEndTime).format("YYYY-MM-DD HH:mm") }} - + {{ moment(AllData.showTipsData.warnStartTime).format('YYYY-MM-DD HH:mm') }} + 起,预计到:{{ moment(AllData.showTipsData.warnEndTime).format('YYYY-MM-DD HH:mm') }}