Ver código fonte

报告列表页筛选错误

jwyu 2 anos atrás
pai
commit
354c4fae52
1 arquivos alterados com 3 adições e 0 exclusões
  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()
 })