소스 검색

跳转不重置科室

1178232204@qq.com 3 년 전
부모
커밋
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
     }