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