修改相关人员名单接口
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user