未符合项列表接口

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()
},
getList() {
console.log(this.$route.query)
let query = {
pageNo: this.pageNo,
pageSize: this.pageSize,
orderBy: this.orderBy,
orderByField: this.orderByField,
projectLibraryId: this.$route.query.id,
projectName:this.$route.query.projectName,
...this.queryParam
}
this.loading = true