瀏覽代碼

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';