From 3fadbc6c6794c6edfbf978345efad1a73f3a364f Mon Sep 17 00:00:00 2001 From: liujun Date: Fri, 26 Apr 2024 14:45:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=91=E7=AE=A1=E7=AB=AF=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E6=96=B9=E4=BA=BA=E5=91=98=E6=96=B0=E5=A2=9E=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6-=E4=BC=81=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xgf/allPeopleList/components/list.vue | 27 +++++++++++++++-- src/views/xgf/peopleList/components/list.vue | 29 +++++++++++++++++-- 2 files changed, 52 insertions(+), 4 deletions(-) diff --git a/src/views/xgf/allPeopleList/components/list.vue b/src/views/xgf/allPeopleList/components/list.vue index 38d8768..4f4de6e 100644 --- a/src/views/xgf/allPeopleList/components/list.vue +++ b/src/views/xgf/allPeopleList/components/list.vue @@ -31,6 +31,18 @@ + + + + + + + + { this.listLoading = false @@ -270,6 +286,13 @@ export default { }).catch((e) => { this.listLoading = false }) + requestFN( + '/xgf/user/getAllCorpInfo', {} + ).then((data) => { + this.companyList = data.list + }).catch((e) => { + this.loading = false + }) } } } diff --git a/src/views/xgf/peopleList/components/list.vue b/src/views/xgf/peopleList/components/list.vue index 669d7a8..d8a0450 100644 --- a/src/views/xgf/peopleList/components/list.vue +++ b/src/views/xgf/peopleList/components/list.vue @@ -31,6 +31,17 @@ + + + + + + + { this.listLoading = false @@ -269,6 +286,14 @@ export default { }).catch((e) => { this.listLoading = false }) + + requestFN( + '/xgf/user/getAllCorpInfo', {} + ).then((data) => { + this.companyList = data.list + }).catch((e) => { + this.loading = false + }) } } }