Sfoglia il codice sorgente

报告列表页筛选错误

jwyu 2 anni fa
parent
commit
354c4fae52
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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()
 })