From 90293be2fa3338280a3da60aa3c1199a424bf5df Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 29 Aug 2022 10:58:48 +0800 Subject: [PATCH] BUG 30978 --- project/xiushan/components/AiUserPicker.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/xiushan/components/AiUserPicker.vue b/project/xiushan/components/AiUserPicker.vue index 9459120d..bf29c3d2 100644 --- a/project/xiushan/components/AiUserPicker.vue +++ b/project/xiushan/components/AiUserPicker.vue @@ -17,7 +17,7 @@ export default { props: { value: {default: ""}, instance: Function, - action: {default: "/appportaluser/list"}, + action: {default: "/app/appportaluser/list"}, params: {default: () => ({})}, label: {default: "phone"}, name: {default: ""}