对接项目详情
This commit is contained in:
@@ -295,7 +295,8 @@
|
||||
getList() {
|
||||
let query = {
|
||||
pageNo: this.pageNo,
|
||||
pageSize: this.pageSize
|
||||
pageSize: this.pageSize,
|
||||
projectId:this.$route.query.id
|
||||
}
|
||||
this.loading = true
|
||||
postAction(this.url.page, query).then((res) => {
|
||||
|
||||
Reference in New Issue
Block a user