Browse Source

报告列表页筛选错误

jwyu 2 years ago
parent
commit
354c4fae52
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/report/List.vue

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

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