新增所有人员信息
parent
8813018770
commit
31a9853d07
|
@ -164,7 +164,7 @@ export default {
|
||||||
getList() {
|
getList() {
|
||||||
this.listLoading = true
|
this.listLoading = true
|
||||||
requestFN(
|
requestFN(
|
||||||
'/xgf/user/getRecord?showCount=' + this.listQuery.limit + '¤tPage=' + this.listQuery.page,
|
'/xgf/user/getAllRecord?showCount=' + this.listQuery.limit + '¤tPage=' + this.listQuery.page,
|
||||||
{
|
{
|
||||||
KEYWORDS: this.KEYWORDS,
|
KEYWORDS: this.KEYWORDS,
|
||||||
CHECK_STATUS: this.CHECK_STATUS,
|
CHECK_STATUS: this.CHECK_STATUS,
|
||||||
|
|
Loading…
Reference in New Issue