1178232204@qq.com 3 лет назад
Родитель
Сommit
d38d0f0fed
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/js/dept/qcListCopyDept.js

+ 1 - 1
src/js/dept/qcListCopyDept.js

@@ -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
     }