Forráskód Böngészése

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

liuhj 2 hete%!(EXTRA string=óta)
szülő
commit
56ffd4c41b
1 módosított fájl, 5 hozzáadás és 0 törlés
  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';