소스 검색

from判断

1178232204@qq.com 3 년 전
부모
커밋
3e793d2646
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {