更新
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user