소스 검색

Merge branch 'master' of http://132.232.92.186:3000/XinXiBu/oa-system

liuhj 2 주 전
부모
커밋
56ffd4c41b
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/components/Finance/Cost.vue

+ 5 - 0
src/components/Finance/Cost.vue

@@ -7087,6 +7087,11 @@ export default {
                     item.style.display = 'block';
                 })
 
+                console.log(this.rollcallarr.length, 'this.rollcallarr.length');
+                if (this.rollcallarr.length == 0) {
+                    return;
+                }
+
                 if (this.costTypevalue == 'B') {
                     container.querySelectorAll('.biaogeB').forEach((item) => {
                         item.style.display = 'block';