|
@@ -166,6 +166,7 @@ $('.selectDept').on("click", function(e){
|
|
|
})
|
|
|
function getDeptList(dept,isReject){
|
|
|
let str = ``
|
|
|
+ getTabData(1)
|
|
|
if(deptList.length<=0)return
|
|
|
if(dept&&isReject==8){
|
|
|
deptName = deptNameTemp = dept
|
|
@@ -179,7 +180,6 @@ function getDeptList(dept,isReject){
|
|
|
str += `<li class="deptItem ellipsis" title="${tmp.deptName}" data-id="${tmp.deptName}" data-name="${tmp.deptName}">${tmp.deptName}</li>`
|
|
|
}
|
|
|
getmoduleTypeList('',deptName)
|
|
|
- getTabData(1)
|
|
|
$(".deptList").html(str)
|
|
|
}
|
|
|
$("th[code]").on("click",function(e){
|