From 0fba0d9a6a81b2e4555128a77985eb89e2cf7125 Mon Sep 17 00:00:00 2001 From: youkehai Date: Mon, 25 Sep 2023 11:31:13 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=E5=AF=B9=E9=BD=90=E5=90=8E?= =?UTF-8?q?=E7=AB=AF-=E5=B7=A5=E4=BD=9C=E6=B5=81=E5=A7=94=E6=B4=BE?= =?UTF-8?q?=E7=9A=84=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bpm/processInstance/detail/TaskDelegateForm.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/bpm/processInstance/detail/TaskDelegateForm.vue b/src/views/bpm/processInstance/detail/TaskDelegateForm.vue index 99c6cc7e..dc757a0c 100644 --- a/src/views/bpm/processInstance/detail/TaskDelegateForm.vue +++ b/src/views/bpm/processInstance/detail/TaskDelegateForm.vue @@ -7,8 +7,8 @@ :rules="formRules" label-width="110px" > - - + + { const resetForm = () => { formData.value = { id: '', - receiveId: undefined + delegateUserId: undefined } formRef.value?.resetFields() } From c6031ba2b21d14c4a15c106dc6f0bb66fbbbc967 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Wed, 27 Sep 2023 23:30:09 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20user=20detail=20?= =?UTF-8?q?=E7=9A=84=20todo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/member/user/detail/UserAccountInfo.vue | 2 +- src/views/member/user/detail/index.vue | 3 +++ src/views/member/user/index.vue | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/member/user/detail/UserAccountInfo.vue b/src/views/member/user/detail/UserAccountInfo.vue index fff4b6b0..3a609fe0 100644 --- a/src/views/member/user/detail/UserAccountInfo.vue +++ b/src/views/member/user/detail/UserAccountInfo.vue @@ -24,7 +24,7 @@ {{ user.totalPoint || 0 }} - +