瀏覽代碼

Merge branch 'xy3yuan1015' into test

1178232204@qq.com 3 年之前
父節點
當前提交
01bd5fb9a8
共有 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
     }