修改相关人员名单接口

This commit is contained in:
qq787203167
2022-04-21 22:50:13 +08:00
parent ebfb3e9862
commit fe3b1343c6
@@ -243,7 +243,7 @@
// pageSize: 10,
// pageNo: 1,
url: {
list: '/project/projectRelatedPersonnel/list',
page: '/project/projectRelatedPersonnel/page',
edit: '/project/projectRelatedPersonnel/edit',
exportData: '/project/projectRelatedPersonnel/exportXls',
importZipUrl:'/project/projectRelatedPersonnel/importExcel',
@@ -319,9 +319,9 @@
projectId: this.$route.query.id
}
this.loading = true
getAction(this.url.list, query).then((res) => {
postAction(this.url.page, query).then((res) => {
if (res.success) {
this.dataSource = res.result || []
this.dataSource = res.result.records || []
// this.total = res.result.total
this.loading = false
} else {