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