|
@@ -367,7 +367,7 @@
|
|
|
item.isSelect = this.setIsSelect(item);
|
|
|
if(item.rowNo){
|
|
|
listNum.forEach((item1,index)=>{
|
|
|
- if(item1.id == item.seatTypeId && item.status ==1) {
|
|
|
+ if(item1.id == item.seatTypeId && item.status ==1 && !item.occupyStatus) {
|
|
|
listNum[index]['num'] = listNum[index]['num'] + 1
|
|
|
}
|
|
|
})
|