Browse Source

跳转不重置科室

1178232204@qq.com 3 năm trước cách đây
mục cha
commit
d38d0f0fed
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
     }