From 14d74a03ce231a5984d0d290830255a811f21e64 Mon Sep 17 00:00:00 2001 From: shidongli Date: Wed, 24 Jul 2024 15:38:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A3=E6=95=99=E5=BA=93=E9=87=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/propaganda/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/manage/propaganda/index.vue b/src/views/manage/propaganda/index.vue index a2903f2..e378d93 100644 --- a/src/views/manage/propaganda/index.vue +++ b/src/views/manage/propaganda/index.vue @@ -1420,6 +1420,8 @@ export default { resetQuery() { this.queryParams.createTimeEnd = null this.queryParams.createTimeStart = null + this.queryParams.propagandaType=null + this.queryParams.propagandaStatus=null this.informationqueryParams.hospitalAgencyId = JSON.parse(localStorage.getItem('user')).hospitalAgencyId this.queryParams.hospitalAgencyId = JSON.parse(localStorage.getItem('user')).hospitalAgencyId this.resetForm("queryForms");