|
@@ -388,12 +388,13 @@
|
|
|
projectId: this.projectId,
|
|
|
ObjectType: 1,
|
|
|
RelType: localStorage.getItem('RelManualType'),
|
|
|
- PageSize: this.pageSize,
|
|
|
+ // PageSize: this.pageSize,
|
|
|
+ PageSize: 10000000,
|
|
|
PageNumber: this.currentPage
|
|
|
};
|
|
|
relQuery(data, res => {
|
|
|
this.filterTable(res)
|
|
|
- // this.total = res.Total
|
|
|
+ this.length = res.Total || 0
|
|
|
this.loading = false
|
|
|
})
|
|
|
},
|
|
@@ -421,7 +422,7 @@
|
|
|
} else {
|
|
|
this.tableData = []
|
|
|
}
|
|
|
- this.length = this.tableData.length
|
|
|
+ // this.length = this.tableData.length
|
|
|
},
|
|
|
back() {
|
|
|
this.$router.go(-1)
|