From e397ea984b5f387972ddad9a4bf6c0e7b9b340dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A2=A8=E5=A4=A7=E5=8F=94?= <494979559@qq.com> Date: Wed, 11 Sep 2024 18:03:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/smUser/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/system/smUser/index.vue b/src/views/system/smUser/index.vue index c70ab34..99907bf 100644 --- a/src/views/system/smUser/index.vue +++ b/src/views/system/smUser/index.vue @@ -285,6 +285,9 @@ export default { if (this.type === SmUserType.BIZ) { query.types = [SmUserType.AGENT, SmUserType.BIZ] } + if (this.type === SmUserType.INVESTOR) { + query.types = [SmUserType.BIZ] + } return query; }, rules() {