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

成本修改舱位隐藏逻辑

yuanrf 2 hete%!(EXTRA string=óta)
szülő
commit
ccc7e18733
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';