未符合项列表接口
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user