Showing
1 changed file
with
1 additions
and
1 deletions
@@ -163,7 +163,7 @@ | @@ -163,7 +163,7 @@ | ||
163 | 163 | ||
164 | const [registerModal, { setModalProps, closeModal }] = useModalInner(async (data) => { | 164 | const [registerModal, { setModalProps, closeModal }] = useModalInner(async (data) => { |
165 | await resetFields(); | 165 | await resetFields(); |
166 | - checkStrictly.value = !!data?.isUpdate; | 166 | + checkStrictly.value = !data?.isAdd; |
167 | setModalProps({ confirmLoading: false }); | 167 | setModalProps({ confirmLoading: false }); |
168 | isAdd.value = !!data?.isAdd; | 168 | isAdd.value = !!data?.isAdd; |
169 | const groupListModel = await findCurrentUserGroups(); | 169 | const groupListModel = await findCurrentUserGroups(); |