Explorar o código

报告列表页筛选错误

jwyu %!s(int64=2) %!d(string=hai) anos
pai
achega
354c4fae52
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/views/report/List.vue

+ 3 - 0
src/views/report/List.vue

@@ -147,7 +147,10 @@ onActivated(()=>{
         reportState.page=1
         reportState.finished=false
         reportState.searchVal=''
+        filterList.value=[]
+        selectSubClassifyId.value=0
         getReportList()
+        getFilterList()
     }
     handleDataToXcx()
 })