Browse Source

拉取代码

maotao 3 months ago
parent
commit
fb234da6f7
1 changed files with 3 additions and 1 deletions
  1. 3 1
      components/IncidentListFilter.vue

+ 3 - 1
components/IncidentListFilter.vue

@@ -368,7 +368,9 @@
368 368
     searchData.category = evt.category;
369 369
 		searchData.categoryValue = evt.categoryValue;
370 370
     searchData.acceptDate = evt.acceptDate;
371
-		searchData.deptValue = evt.deptValue.value;
371
+		if(showDept.value){
372
+			searchData.deptValue = evt.deptValue?evt.deptValue.value:'';
373
+		}
372 374
   })
373 375
 </script>
374 376