对接项目详情

This commit is contained in:
qq787203167
2022-04-19 14:46:33 +08:00
parent 47f8814493
commit 0751141254
@@ -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) => {