This commit is contained in:
xiaozhiyong
2023-06-13 11:53:53 +08:00
parent c2e72737be
commit 87cd5e210f
3 changed files with 44 additions and 9 deletions

View File

@@ -226,7 +226,7 @@
if (res.code == 20000) {
if (res.data.length > 0) {
let staging = res.data.filter(item => !this.hideCard.includes(item
let staging = res.data.filter(item => item.companyType != 5).filter(item => !this.hideCard.includes(item
.companyId))
staging.forEach(item => {
this.$set(item, 'currentPage', 1)