样式修改

This commit is contained in:
cwchen 2024-09-29 15:45:23 +08:00
parent d23d86945e
commit 7389505f63
1 changed files with 1 additions and 1 deletions

View File

@ -483,6 +483,7 @@ export default {
this.idArr2.push(item.id); this.idArr2.push(item.id);
}) })
} }
this.dialogVisible1 = true;
}).catch(res => { }).catch(res => {
}); });
@ -497,7 +498,6 @@ export default {
} else { } else {
this.filterText2 = ''; this.filterText2 = '';
this.getTeamPersonByTower({ 'id': this.towerId }); this.getTeamPersonByTower({ 'id': this.towerId });
this.dialogVisible1 = true;
} }
}, },
// //