From 3ad1d07510e3928e380174394b12ef3fc1871a95 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Thu, 7 Aug 2025 17:10:18 +0800 Subject: [PATCH] no message --- api/person.js | 4 ++++ root/person/marge.vue | 59 ++++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 60 insertions(+), 3 deletions(-) diff --git a/api/person.js b/api/person.js index 3e32ae9..d1b0271 100644 --- a/api/person.js +++ b/api/person.js @@ -5,6 +5,10 @@ let personInfo = {// 用户信息模块 person_getMargeRecord: "/yishoudan/agency/merge/get",// 获取合并记录 person_getGroup:'/yishoudan/agency/getAgencyByAdminTel',// 根据管理员手机号查团队 + person_addApply:'/yishoudan/agency/merge/add',// 申请合并 + person_applyTrue:'/yishoudan/agency/merge/agree',// 通过 + person_applyFalse:'/yishoudan/agency/reject',// 驳回 + person_applyNum:'/yishoudan/agency/merge/countApply',// 查询待处理数量 } export default personInfo; \ No newline at end of file diff --git a/root/person/marge.vue b/root/person/marge.vue index 09bb4f9..ea77991 100644 --- a/root/person/marge.vue +++ b/root/person/marge.vue @@ -53,6 +53,21 @@ + + + + {{item.agencyName || '-'}} + + + 备注