From d89acd57de09b064cbb5779ee49535ad7c1fa97f Mon Sep 17 00:00:00 2001 From: YuanHuakk <1751826683@qq.com> Date: Sun, 29 Oct 2023 19:40:42 +0800 Subject: [PATCH] =?UTF-8?q?fix(custom):=20=E4=BF=AE=E5=A4=8D=E8=B5=A0?= =?UTF-8?q?=E9=80=81=E7=A7=AF=E5=88=86uid=E7=BC=BA=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/user/index/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/user/index/index.vue b/src/views/user/index/index.vue index 93aece4..39f251f 100644 --- a/src/views/user/index/index.vue +++ b/src/views/user/index/index.vue @@ -722,7 +722,7 @@ const ok = () => { formRef.value?.validate(async (errors) => { if (!errors) { await api.addUserPulse({ - Uid: nowUserRow.ID, + Uid: nowUserRow.value.uid, ...model.value, }) addClear()