修改相关人员名单接口
This commit is contained in:
@@ -243,7 +243,7 @@
|
|||||||
// pageSize: 10,
|
// pageSize: 10,
|
||||||
// pageNo: 1,
|
// pageNo: 1,
|
||||||
url: {
|
url: {
|
||||||
list: '/project/projectRelatedPersonnel/list',
|
page: '/project/projectRelatedPersonnel/page',
|
||||||
edit: '/project/projectRelatedPersonnel/edit',
|
edit: '/project/projectRelatedPersonnel/edit',
|
||||||
exportData: '/project/projectRelatedPersonnel/exportXls',
|
exportData: '/project/projectRelatedPersonnel/exportXls',
|
||||||
importZipUrl:'/project/projectRelatedPersonnel/importExcel',
|
importZipUrl:'/project/projectRelatedPersonnel/importExcel',
|
||||||
@@ -319,9 +319,9 @@
|
|||||||
projectId: this.$route.query.id
|
projectId: this.$route.query.id
|
||||||
}
|
}
|
||||||
this.loading = true
|
this.loading = true
|
||||||
getAction(this.url.list, query).then((res) => {
|
postAction(this.url.page, query).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.dataSource = res.result || []
|
this.dataSource = res.result.records || []
|
||||||
// this.total = res.result.total
|
// this.total = res.result.total
|
||||||
this.loading = false
|
this.loading = false
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user