未符合项列表接口

This commit is contained in:
zyx.net
2023-09-06 15:49:41 +08:00
parent 0fb70d077e
commit b24547128c
@@ -398,12 +398,14 @@ export default {
this.getList() this.getList()
}, },
getList() { getList() {
console.log(this.$route.query)
let query = { let query = {
pageNo: this.pageNo, pageNo: this.pageNo,
pageSize: this.pageSize, pageSize: this.pageSize,
orderBy: this.orderBy, orderBy: this.orderBy,
orderByField: this.orderByField, orderByField: this.orderByField,
projectLibraryId: this.$route.query.id, projectLibraryId: this.$route.query.id,
projectName:this.$route.query.projectName,
...this.queryParam ...this.queryParam
} }
this.loading = true this.loading = true