1178232204@qq.com 3 vuotta sitten
vanhempi
commit
3e793d2646
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/js/dept/qcListCopyDept.js

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

@@ -440,7 +440,7 @@ $(".abnormalClear").on("click", function (e) {
         changeYear: true,
         dateFormat: "yy/mm/dd"
     }).datepicker("setDate", "");
-    if (from == 2 || from == 3 || from == 10 || from == 6 || from == 9 ) {
+    if (from == 2 || from == 3 || from == 6 || from == 9 ) {
         $('.selectDept ').html(deptListDept[0].deptName).append(`<img class="arrow" src=${iconDown} alt="下拉">`);
         deptName = deptNameTemp = deptListDept[0].deptName
     } else if (from == 4 || from == 8 || from == 13  || from == 10) {