zhouna %!s(int64=4) %!d(string=hai) anos
pai
achega
967dbf353c
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/js/checkTaskList.js

+ 3 - 0
src/js/checkTaskList.js

@@ -228,14 +228,17 @@ function clearFilter(){
     $('.selectDept ').html('全部')
     $(".deptList").css("display", "none")
     $(".selectDept").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
+    global_deptId="";
 
     $('.selectLevel').html('全部')
     $(".levelList").css("display", "none")
     $(".selectLevel").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
+    global_level="";
 
     $('.selectStatus').html('全部')
     $(".statusList").css("display", "none")
     $(".selectStatus").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
+    global_checkStatus="";
 
     $('.selectScore i').html('全部')
     $(".scoreList").css("display", "none")