|
@@ -389,7 +389,7 @@ $(".abnormalClear").on("click", function (e) {
|
|
|
deptIdTemp = deptListDept[0] && deptListDept[0].deptId;
|
|
|
$('.selectDept').html(deptName).append(`<img class="arrow" src=${iconDown} alt="下拉">`);
|
|
|
}
|
|
|
- if (from == 4 || from == 9 || from == 8 || from == 13) {
|
|
|
+ if (from == 4 || from == 9 || from == 8 || from == 13 || from == 10) {
|
|
|
deptIdTemp = deptIdPram = deptId
|
|
|
deptName = deptNameTemp = deptNamePram
|
|
|
}
|